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=89c886f7d75cfe943625559a59aa93a73c73e2c1;hb=ed4402a7dfd12dbbf34c547b438a671ae8114197;hp=4d2f17d4787deefe281426de0e8229a736dc7f98;hpb=9b5713af95da3f72cb659d4d8017559aca593a31;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;