comparison 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
comparison
equal deleted inserted replaced
1572:5efeca06d942 1573:a051d8ee4528
16 extern char *save_filename; 16 extern char *save_filename;
17 extern uint8_t use_native_states; 17 extern uint8_t use_native_states;
18 void reload_media(void); 18 void reload_media(void);
19 void lockon_media(char *lock_on_path); 19 void lockon_media(char *lock_on_path);
20 void init_system_with_media(char *path, system_type force_stype); 20 void init_system_with_media(char *path, system_type force_stype);
21 void apply_updated_config(void);
21 22
22 #endif //BLASTEM_H_ 23 #endif //BLASTEM_H_