diff blastem.h @ 1573:a051d8ee4528

Only save config file if something has changed. Re-initialize audio and video with new settings if config has changed
author Michael Pavone <pavone@retrodev.com>
date Fri, 27 Apr 2018 20:08:47 -0700
parents 001120e91fed
children 7121daaa48c2
line wrap: on
line diff
--- a/blastem.h	Tue Apr 24 20:31:18 2018 -0700
+++ b/blastem.h	Fri Apr 27 20:08:47 2018 -0700
@@ -18,5 +18,6 @@
 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_