X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fport_config.h;h=3d047dc7bd2fabc01a65e994330e65c182d15a2c;hb=e096cf887b91638bb4f0f663d3b3e260c90ac771;hp=b82b89cbaa2116fd5f68590d3008fbc7a93f9123;hpb=e2de9939cd42db1810cb523eda4bc9186d7b4ddf;p=picodrive.git diff --git a/platform/pandora/port_config.h b/platform/pandora/port_config.h index b82b89c..3d047dc 100644 --- a/platform/pandora/port_config.h +++ b/platform/pandora/port_config.h @@ -3,6 +3,8 @@ #ifndef PORT_CONFIG_H #define PORT_CONFIG_H +#include "../gp2x/version.h" /* FIXME */ + #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 1 #endif //PORT_CONFIG_H