X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Fport_config.h;h=6958c1b3d8b1987ff3ec8650307b6cacfe3ba0fc;hb=c5b61ac25d64d5fb1e8d825e6b44c6c50b05ab34;hp=fe561325ddf9af550d93f927663b3575f5d9e9f7;hpb=70357ce52578dee0dd3b3663902cf872c3d34258;p=picodrive.git diff --git a/platform/psp/port_config.h b/platform/psp/port_config.h index fe56132..6958c1b 100644 --- a/platform/psp/port_config.h +++ b/platform/psp/port_config.h @@ -3,17 +3,18 @@ #ifndef PORT_CONFIG_H #define PORT_CONFIG_H -#define CPU_CALL - // draw.c #define USE_BGR555 1 -#define OVERRIDE_HIGHCOL 0 +#define OVERRIDE_HIGHCOL 1 // draw2.c #define START_ROW 0 // which row of tiles to start rendering at? #define END_ROW 28 // ..end +#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