gp2x->common menu migration finished, gp2x now only uses input fwk
[libpicofe.git] / pandora / port_config.h
index 22b43cd..58a8eea 100644 (file)
@@ -3,11 +3,17 @@
 #ifndef PORT_CONFIG_H\r
 #define PORT_CONFIG_H\r
 \r
+#include "../gp2x/version.h" /* FIXME */\r
+\r
 #define CASE_SENSITIVE_FS 1 // CS filesystem\r
 #define DONT_OPEN_MANY_FILES 0\r
 #define REDUCE_IO_CALLS 0\r
 #define SIMPLE_WRITE_SOUND 0\r
 \r
+#define SCREEN_SIZE_FIXED 1\r
+#define SCREEN_WIDTH  800\r
+#define SCREEN_HEIGHT 480\r
+\r
 // draw.c\r
 #define OVERRIDE_HIGHCOL 0\r
 \r
@@ -24,4 +30,9 @@
 //#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 PATH_SEP      "/"\r
+#define PATH_SEP_C    '/'\r
+#define MENU_X2       1\r
+\r
 #endif //PORT_CONFIG_H\r