X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Fport_config.h;h=9dc2c6a29c8da4ab013365c0822ec901690a29e4;hb=36f6fd5afec3bd982c715f6d39d5712dacb237cd;hp=22b43cd56a711de0f8632a831323c1533c50f8b7;hpb=5d239ae7a46330845af01f9e5f429e78a099fbd9;p=libpicofe.git diff --git a/pandora/port_config.h b/pandora/port_config.h index 22b43cd..9dc2c6a 100644 --- a/pandora/port_config.h +++ b/pandora/port_config.h @@ -24,4 +24,10 @@ //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__) #define dprintf(x...) +// platform +#define PLAT_MAX_KEYS 32 +#define PLAT_HAVE_JOY 1 +#define PATH_SEP "/" +#define PATH_SEP_C '/' + #endif //PORT_CONFIG_H