comparison blastem.h @ 2404:6f8400ce7a0f

Fix reload of zipped and gzipped ROMS
author Michael Pavone <pavone@retrodev.com>
date Tue, 02 Jan 2024 18:14:28 -0800
parents 30f2821ffd65
children
comparison
equal deleted inserted replaced
2403:8171409b62ef 2404:6f8400ce7a0f
15 extern char *save_state_path; 15 extern char *save_state_path;
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(const 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 void apply_updated_config(void);
22 const system_media *current_media(void); 22 const system_media *current_media(void);
23 23
24 #endif //BLASTEM_H_ 24 #endif //BLASTEM_H_