summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-08-23 21:18:17 -0700
committerMichael Pavone <pavone@retrodev.com>2017-08-23 21:18:17 -0700
commitfacf0dd0e1606223da276bbf3984c55ca84e83d9 (patch)
tree1034b38f7f86d1f9a6de1ae7ae1d8cbef01d2930 /blastem.h
parentf46eaaf8651d2c763de76ce82999d9d7e1230719 (diff)
Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h2
1 files changed, 2 insertions, 0 deletions
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_