From dae3836433dacab74123bb24f85e500619a3f348 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 27 Apr 2018 20:08:47 -0700 Subject: Only save config file if something has changed. Re-initialize audio and video with new settings if config has changed --- blastem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blastem.h') 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_ -- cgit v1.2.3