summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-04-23 23:33:16 -0700
committerMichael Pavone <pavone@retrodev.com>2019-04-23 23:33:16 -0700
commitf860d1303a1393ce2bd010ae023011c8ce87a537 (patch)
tree4bc93d89837b925f2544a07d77bf11bdd3637c96 /blastem.h
parent3f57803b9a159b23ace70149ce56dfccb296e695 (diff)
Allow rom directory and rom name in screenshot path. Allow rom name in screenshot name. Remove ability for path variables to contain underscores
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index f33e3aa..6827529 100644
--- a/blastem.h
+++ b/blastem.h
@@ -19,5 +19,6 @@ void reload_media(void);
void lockon_media(char *lock_on_path);
void init_system_with_media(const char *path, system_type force_stype);
void apply_updated_config(void);
+const system_media *current_media(void);
#endif //BLASTEM_H_