comparison blastem.h @ 1850:30f2821ffd65

Allow rom directory and rom name in screenshot path. Allow rom name in screenshot name. Remove ability for path variables to contain underscores
author Michael Pavone <pavone@retrodev.com>
date Tue, 23 Apr 2019 23:33:16 -0700
parents 7121daaa48c2
children 6f8400ce7a0f
comparison
equal deleted inserted replaced
1849:6b5147f08846 1850:30f2821ffd65
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(const 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 23
23 #endif //BLASTEM_H_ 24 #endif //BLASTEM_H_