X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Fport_config.h;h=e60c2ea68351a441e1cb3403cb730ddca9b0ecce;hb=39e5b215d39aad4edbb56b05a80c572197728614;hp=cc42e6ca6795ad3ae6f38ce11459b26f7b7b1149;hpb=991473ad43444428649229a62e7a9cb9f3c7eae2;p=picodrive.git diff --git a/platform/psp/port_config.h b/platform/psp/port_config.h index cc42e6c..e60c2ea 100644 --- a/platform/psp/port_config.h +++ b/platform/psp/port_config.h @@ -11,10 +11,12 @@ #define SCREEN_SIZE_FIXED 1 #define SCREEN_WIDTH 512 #define SCREEN_HEIGHT 272 +#define MSCREEN_SIZE_FIXED 1 +#define MSCREEN_WIDTH SCREEN_WIDTH +#define MSCREEN_HEIGHT SCREEN_HEIGHT // draw.c #define USE_BGR555 1 -#define OVERRIDE_HIGHCOL 1 // draw2.c #define START_ROW 0 // which row of tiles to start rendering at?