X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fport_config.h;h=d07c9f43e60543c094df113404b4aa55aeeee6dc;hb=662e622b59369f975691a70756f80188d8d27ea0;hp=4659b62b26c2635cc1b5c55d17ed23305fd853e3;hpb=36f6fd5afec3bd982c715f6d39d5712dacb237cd;p=libpicofe.git diff --git a/psp/port_config.h b/psp/port_config.h index 4659b62..d07c9f4 100644 --- a/psp/port_config.h +++ b/psp/port_config.h @@ -8,9 +8,12 @@ #define REDUCE_IO_CALLS 1 // another workaround #define SIMPLE_WRITE_SOUND 0 +#define SCREEN_SIZE_FIXED 1 +#define SCREEN_WIDTH 512 +#define SCREEN_HEIGHT 272 + // draw.c #define USE_BGR555 1 -#define OVERRIDE_HIGHCOL 1 // draw2.c #define START_ROW 0 // which row of tiles to start rendering at? @@ -29,9 +32,8 @@ extern void blit1(void); #define dprintf(x...) // platform -#define PLAT_MAX_KEYS 32 -#define PLAT_HAVE_JOY 0 #define PATH_SEP "/" #define PATH_SEP_C '/' +#define MENU_X2 0 #endif //PORT_CONFIG_H