From facf0dd0e1606223da276bbf3984c55ca84e83d9 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 23 Aug 2017 21:18:17 -0700 Subject: Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu --- blastem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index c06e002..96fd879 100644 --- a/blastem.h +++ b/blastem.h @@ -16,5 +16,7 @@ extern char *save_state_path; extern char *save_filename; extern uint8_t use_native_states; #define QUICK_SAVE_SLOT 10 +void reload_media(void); +void lockon_media(char *lock_on_path); #endif //BLASTEM_H_ -- cgit v1.2.3