psp gfx scaling/etc stuff
[picodrive.git] / platform / psp / port_config.h
index 486a877..6958c1b 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef PORT_CONFIG_H\r
 #define PORT_CONFIG_H\r
 \r
-#define CPU_CALL\r
-\r
 // draw.c\r
 #define USE_BGR555 1\r
 #define OVERRIDE_HIGHCOL 1\r
@@ -15,6 +13,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