X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fport_config.h;h=0c071bd9bdd48b1b865d39735da445be99516310;hb=e708403e9759cc0b2efc616e7783a3930bec01d5;hp=3d047dc7bd2fabc01a65e994330e65c182d15a2c;hpb=abfc7703da69031abeba2aebc4ebe9251818c9c2;p=picodrive.git diff --git a/platform/pandora/port_config.h b/platform/pandora/port_config.h index 3d047dc..0c071bd 100644 --- a/platform/pandora/port_config.h +++ b/platform/pandora/port_config.h @@ -3,12 +3,9 @@ #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 -#define SIMPLE_WRITE_SOUND 0 #define SCREEN_SIZE_FIXED 1 #define SCREEN_WIDTH 800 @@ -24,6 +21,8 @@ // pico.c #define CAN_HANDLE_240_LINES 1 +#define SIMPLE_WRITE_SOUND 0 + // logging emu events #define EL_LOGMASK (EL_STATUS|EL_IDLE) // (EL_STATUS|EL_ANOMALY|EL_UIO|EL_SRAMIO|EL_INTS|EL_CDPOLL) // xffff @@ -31,8 +30,6 @@ #define dprintf(x...) // platform -#define PLAT_MAX_KEYS 32 -#define PLAT_HAVE_JOY 1 #define PATH_SEP "/" #define PATH_SEP_C '/' #define MENU_X2 1