minor drawing code cleanup
[picodrive.git] / platform / common / emu.h
index 4d2f17d..89c886f 100644 (file)
@@ -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;