X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fport_config.h;h=932b7e521073fa36dc88287b5ea8c2cfed9c1c08;hb=2c60056042e94007286e3e0e1789f4c9a78b7731;hp=ba7acee56b2e1dbb061f24ea3cf682124391ec0e;hpb=e31266dd116b6bea59ce3f2036feeb6725c45a72;p=libpicofe.git diff --git a/gp2x/port_config.h b/gp2x/port_config.h index ba7acee..932b7e5 100644 --- a/gp2x/port_config.h +++ b/gp2x/port_config.h @@ -3,6 +3,8 @@ #ifndef PORT_CONFIG_H #define PORT_CONFIG_H +#include "version.h" + #define CASE_SENSITIVE_FS 1 // CS filesystem #define DONT_OPEN_MANY_FILES 0 #define REDUCE_IO_CALLS 0 @@ -33,5 +35,6 @@ #define PLAT_HAVE_JOY 1 #define PATH_SEP "/" #define PATH_SEP_C '/' +#define MENU_X2 0 #endif //PORT_CONFIG_H