summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-03-25 12:01:49 -0700
committerMichael Pavone <pavone@retrodev.com>2018-03-25 12:01:49 -0700
commita5d5c017589945008024f111c06894f5724d6c3b (patch)
treea06db423e81d53aee66cfa0b0ca366bd57d71dc8 /blastem.h
parent15af9462392967b6adf7ba6ff4f7ff778cf10eb3 (diff)
parentb6feecb6c12566e9ea826cb67701008f9e423eea (diff)
Merged nuklear_ui into default
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_