X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fport_config.h;h=9dc2c6a29c8da4ab013365c0822ec901690a29e4;hb=7f3b59cfbc4a85e2b2f036b0ae3fce09a94ed919;hp=22b43cd56a711de0f8632a831323c1533c50f8b7;hpb=260f1bcc8a782e7b19a11d446927cd4c2c493e8c;p=libpicofe.git diff --git a/gp2x/port_config.h b/gp2x/port_config.h index 22b43cd..9dc2c6a 100644 --- a/gp2x/port_config.h +++ b/gp2x/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