UIQ3 update, some makefile unification, rm old configs, stuff
[libpicofe.git] / pandora / port_config.h
index 22b43cd..9dc2c6a 100644 (file)
 //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)\r
 #define dprintf(x...)\r
 \r
+// platform\r
+#define PLAT_MAX_KEYS 32\r
+#define PLAT_HAVE_JOY 1\r
+#define PATH_SEP      "/"\r
+#define PATH_SEP_C    '/'\r
+\r
 #endif //PORT_CONFIG_H\r