summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-25 20:43:20 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-25 20:43:20 -0800
commitf4767bb05392fa4a04d72969fa35aa91b688c8cb (patch)
tree431e023a080a27d2c5602238cdc032bfab974f58 /blastem.h
parentc6edea8bbaceda316375019344f4e7ffbf6da57e (diff)
Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI in favor of old menu ROM both at compile time and in config. Fall back to ROM UI if GL is unavailable
--HG-- branch : nuklear_ui
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index b08075d..00ea7b1 100644
--- a/blastem.h
+++ b/blastem.h
@@ -17,5 +17,6 @@ extern char *save_filename;
extern uint8_t use_native_states;
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_