diff blastem.h @ 1850:30f2821ffd65

Allow rom directory and rom name in screenshot path. Allow rom name in screenshot name. Remove ability for path variables to contain underscores
author Michael Pavone <pavone@retrodev.com>
date Tue, 23 Apr 2019 23:33:16 -0700
parents 7121daaa48c2
children 6f8400ce7a0f
line wrap: on
line diff
--- a/blastem.h	Tue Apr 23 23:31:34 2019 -0700
+++ b/blastem.h	Tue Apr 23 23:33:16 2019 -0700
@@ -19,5 +19,6 @@
 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_