new 32x renderers, auto fskip change, massive refactoring
[libpicofe.git] / gp2x / port_config.h
index 22b43cd..1f4fdd0 100644 (file)
@@ -8,8 +8,9 @@
 #define REDUCE_IO_CALLS 0\r
 #define SIMPLE_WRITE_SOUND 0\r
 \r
-// draw.c\r
-#define OVERRIDE_HIGHCOL 0\r
+#define SCREEN_SIZE_FIXED 1\r
+#define SCREEN_WIDTH  320\r
+#define SCREEN_HEIGHT 240\r
 \r
 // draw2.c\r
 #define START_ROW  0 // which row of tiles to start rendering at?\r
@@ -24,4 +25,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       0\r
+\r
 #endif //PORT_CONFIG_H\r