new 32x renderers, auto fskip change, massive refactoring
[libpicofe.git] / psp / port_config.h
index a59692c..d07c9f4 100644 (file)
@@ -14,7 +14,6 @@
 \r
 // draw.c\r
 #define USE_BGR555 1\r
-#define OVERRIDE_HIGHCOL 1\r
 \r
 // draw2.c\r
 #define START_ROW  0 // which row of tiles to start rendering at?\r
@@ -33,9 +32,8 @@ extern void blit1(void);
 #define dprintf(x...)\r
 \r
 // platform\r
-#define PLAT_MAX_KEYS 32\r
-#define PLAT_HAVE_JOY 0\r
 #define PATH_SEP      "/"\r
 #define PATH_SEP_C    '/'\r
+#define MENU_X2       0\r
 \r
 #endif //PORT_CONFIG_H\r