summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-04-27 20:08:47 -0700
committerMichael Pavone <pavone@retrodev.com>2018-04-27 20:08:47 -0700
commitdae3836433dacab74123bb24f85e500619a3f348 (patch)
tree6f0d336d6db9d6d802bd60d1412768d8c2143b6c /blastem.h
parent77f5ca7e3eac55689c332dab1e329f6e55a0232d (diff)
Only save config file if something has changed. Re-initialize audio and video with new settings if config has changed
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 00ea7b1..597d2c2 100644
--- a/blastem.h
+++ b/blastem.h
@@ -18,5 +18,6 @@ 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);
+void apply_updated_config(void);
#endif //BLASTEM_H_