X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Fport_config.h;h=6785d25566fe5e79f594e0d64880bce4e8555760;hb=2ec9bec58b89831cdead4cdec8f593c5b99d2715;hp=5d0f977608f4a7932a390acf40992d30f74fd90b;hpb=f8af96349ea464111fbef3c6528016c3dc34cdcf;p=picodrive.git diff --git a/platform/uiq3/port_config.h b/platform/uiq3/port_config.h index 5d0f977..6785d25 100644 --- a/platform/uiq3/port_config.h +++ b/platform/uiq3/port_config.h @@ -26,9 +26,11 @@ #define dprintf(x...) // platform -#define PLAT_MAX_KEYS (256+19) -#define PLAT_HAVE_JOY 0 #define PATH_SEP "\\" #define PATH_SEP_C '\\' +#define MENU_X2 0 + +// engine/vid.cpp, also update BORDER_R in port_config.s +#define VID_BORDER_R 16 #endif // PORT_CONFIG_H