diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-25 12:01:49 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-25 12:01:49 -0700 |
commit | a5d5c017589945008024f111c06894f5724d6c3b (patch) | |
tree | a06db423e81d53aee66cfa0b0ca366bd57d71dc8 /blastem.h | |
parent | 15af9462392967b6adf7ba6ff4f7ff778cf10eb3 (diff) | |
parent | b6feecb6c12566e9ea826cb67701008f9e423eea (diff) |
Merged nuklear_ui into default
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_ |