X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=e1bcf03d26da45ad3ab2376f7c5ffac604ce5a51;hb=a76fad41291b7be0b42554353d6775dcdff065e0;hp=c0aa6da991299c2693298f5f1e500d17d1cb3505;hpb=eb35ce1506c38b63fede2490078b34a19f5baeb0;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index c0aa6da..e1bcf03 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -77,6 +77,10 @@ extern int PicoOpt; // bitfield #define PAHW_PICO (1<<3) #define PAHW_SMS (1<<4) extern int PicoAHW; // Pico active hw + +#define PQUIRK_FORCE_6BTN (1<<0) +extern int PicoQuirks; + extern int PicoSkipFrame; // skip rendering frame, but still do sound (if enabled) and emulation stuff extern int PicoRegionOverride; // override the region detection 0: auto, 1: Japan NTSC, 2: Japan PAL, 4: US, 8: Europe extern int PicoAutoRgnOrder; // packed priority list of regions, for example 0x148 means this detection order: EUR, USA, JAP