summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blastem.h b/blastem.h
index 96fd879..00ea7b1 100644
--- a/blastem.h
+++ b/blastem.h
@@ -15,8 +15,8 @@ extern system_header *current_system;
extern char *save_state_path;
extern char *save_filename;
extern uint8_t use_native_states;
-#define QUICK_SAVE_SLOT 10
void reload_media(void);
void lockon_media(char *lock_on_path);
+void init_system_with_media(char *path, system_type force_stype);
#endif //BLASTEM_H_