X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=89c886f7d75cfe943625559a59aa93a73c73e2c1;hb=bc3aea8e705ec38bdeca7f31fa069c37dd7217d3;hp=d63a1f0bbca95f65824b7b5f23e33da011d26032;hpb=df92fbd1f2d16f83b66a9941f7312fdfea2602ca;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index d63a1f0..89c886f 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -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);