From f860d1303a1393ce2bd010ae023011c8ce87a537 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 23 Apr 2019 23:33:16 -0700 Subject: Allow rom directory and rom name in screenshot path. Allow rom name in screenshot name. Remove ability for path variables to contain underscores --- blastem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blastem.h') 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_ -- cgit v1.2.3