X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fport_config.h;h=e69c6297d3ae0a608d646b4de59f5309477fad2a;hb=00a725a87c3d796e373a14238582085afdd9c305;hp=d9ccb4780849c86fe9e6d083f113a88a210469f9;hpb=5686d93123821e06ac2d9f6209c37438303dd4c1;p=picodrive.git diff --git a/platform/linux/port_config.h b/platform/linux/port_config.h index d9ccb47..e69c629 100644 --- a/platform/linux/port_config.h +++ b/platform/linux/port_config.h @@ -12,6 +12,9 @@ #define SCREEN_SIZE_FIXED 0 #define SCREEN_WIDTH 320 #define SCREEN_HEIGHT 240 +#define MSCREEN_SIZE_FIXED 0 +#define MSCREEN_WIDTH SCREEN_WIDTH +#define MSCREEN_HEIGHT SCREEN_HEIGHT // draw2.c #define START_ROW 0 // which row of tiles to start rendering at? @@ -32,7 +35,6 @@ // platform #define PATH_SEP "/" #define PATH_SEP_C '/' -#define MENU_X2 0 #endif //PORT_CONFIG_H