X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=89c886f7d75cfe943625559a59aa93a73c73e2c1;hb=41946d7023cded9999495eb8916eeb5ab0480a1f;hp=4d2f17d4787deefe281426de0e8229a736dc7f98;hpb=4c2e35547fd6f849648234989419a4a02d2546b4;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 4d2f17d..89c886f 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -80,6 +80,8 @@ typedef struct _currentConfig_t { int renderer32x; int filter; // pandora int analog_deadzone; + int msh2_khz; + int ssh2_khz; } currentConfig_t; extern currentConfig_t currentConfig, defaultConfig;