X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;fp=pico%2Fpico.h;h=2d63d184bd907d401400d3a64c26b8197c0379e5;hb=35f2b65ef708e7afc922ceda8d00b716de289610;hp=be02ef3a499100548b77d48c66d8ca603f1c4113;hpb=93f9619ed819dee07948416c98ca2f1c70a22666;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index be02ef3..2d63d18 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -96,6 +96,7 @@ typedef struct unsigned short autoRgnOrder; // packed priority list of regions, for example 0x148 means this detection order: EUR, USA, JAP unsigned short quirks; // game-specific quirks: PQUIRK_* + unsigned short overclockM68k; // overclock the emulated 68k, in % } PicoInterface; extern PicoInterface PicoIn;