dualcore integration in famc, bram cart C code, psp bugfixes
[libpicofe.git] / psp / port_config.h
index 486a877..231db72 100644 (file)
@@ -3,7 +3,9 @@
 #ifndef PORT_CONFIG_H\r
 #define PORT_CONFIG_H\r
 \r
-#define CPU_CALL\r
+#define CASE_SENSITIVE_FS 0\r
+#define DONT_OPEN_MANY_FILES 1 // work around the stupid PSP ~10 open file limit\r
+#define REDUCE_IO_CALLS 1      // another workaround\r
 \r
 // draw.c\r
 #define USE_BGR555 1\r
@@ -15,6 +17,8 @@
 #define DRAW2_OVERRIDE_LINE_WIDTH 512\r
 \r
 // pico.c\r
+extern void blit1(void);\r
+#define DRAW_FINISH_FUNC blit1\r
 #define CAN_HANDLE_240_LINES   1\r
 \r
 // logging emu events\r