X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Fport_config.h;h=cc42e6ca6795ad3ae6f38ce11459b26f7b7b1149;hb=2275c67607418566594fa451b8503af1df82e903;hp=4659b62b26c2635cc1b5c55d17ed23305fd853e3;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/psp/port_config.h b/platform/psp/port_config.h index 4659b62..cc42e6c 100644 --- a/platform/psp/port_config.h +++ b/platform/psp/port_config.h @@ -8,6 +8,10 @@ #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 @@ -29,9 +33,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