X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Femu.h;fp=platform%2Fcommon%2Femu.h;h=90803a64ed816f52136033d748e6dab156209ecd;hb=c7eb229a3cfc2848bcc3413185758039f30559aa;hp=f51907ffeb45c83c63a2f8ceea1b1dd6cb55131e;hpb=207e58ef9902ef9b2ca80cd6b42eeebf9a3f0e6d;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index f51907f..90803a6 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -75,6 +75,7 @@ typedef struct _currentConfig_t { int turbo_rate; int renderer; int renderer32x; + int filter; // pandora } currentConfig_t; extern currentConfig_t currentConfig, defaultConfig;