move ROM detect code to pico/

This commit is contained in:
notaz 2013-06-26 03:23:44 +03:00
parent 2656e68083
commit 4c2e35547f
8 changed files with 400 additions and 321 deletions

View file

@ -84,7 +84,6 @@ typedef struct _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 +112,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);