comparison blastem.h @ 1428:2540c05520f2

New savestates are working. New config file option for selecting format states will be saved in. Mostly complete, needs a little more work before release
author Michael Pavone <pavone@retrodev.com>
date Wed, 09 Aug 2017 23:26:51 -0700
parents 2eb54e24914e
children e2bd03ed3190
comparison
equal deleted inserted replaced
1427:4e5797b3935a 1428:2540c05520f2
12 extern tern_node * config; 12 extern tern_node * config;
13 extern system_header *current_system; 13 extern system_header *current_system;
14 14
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 #define QUICK_SAVE_SLOT 10 18 #define QUICK_SAVE_SLOT 10
18 19
19 #endif //BLASTEM_H_ 20 #endif //BLASTEM_H_