X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fport_config.h;h=6958c1b3d8b1987ff3ec8650307b6cacfe3ba0fc;hb=6f748c477fca1c4962358f163fa19e3b5710bc33;hp=486a877c2eb6b1f5c348828c55b0ed8b83cfa4aa;hpb=db298784dd80d7c316cf6cdf314f029abe1fa1d9;p=libpicofe.git diff --git a/psp/port_config.h b/psp/port_config.h index 486a877..6958c1b 100644 --- a/psp/port_config.h +++ b/psp/port_config.h @@ -3,8 +3,6 @@ #ifndef PORT_CONFIG_H #define PORT_CONFIG_H -#define CPU_CALL - // draw.c #define USE_BGR555 1 #define OVERRIDE_HIGHCOL 1 @@ -15,6 +13,8 @@ #define DRAW2_OVERRIDE_LINE_WIDTH 512 // pico.c +extern void blit1(void); +#define DRAW_FINISH_FUNC blit1 #define CAN_HANDLE_240_LINES 1 // logging emu events