32x: start reworking sheduling
[picodrive.git] / platform / common / emu.h
index d63a1f0..89c886f 100644 (file)
@@ -80,11 +80,12 @@ 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;
 extern char *PicoConfigFile;
-extern int rom_loaded;
 extern int state_slot;
 extern int config_slot, config_slot_current;
 extern unsigned char *movie_data;
@@ -113,14 +114,6 @@ enum TPicoGameState {
        PGS_SuspendWake,        /* PSP */
 };
 
-// media types
-enum {
-       PM_BAD = 0,
-       PM_MD_CART,     /* also 32x */
-       PM_MARK3,
-       PM_CD,
-};
-
 void  emu_init(void);
 void  emu_finish(void);
 void  emu_loop(void);