Mercurial > repos > blastem
diff blastem.h @ 2053:3414a4423de1 segacd
Merge from default
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 15 Jan 2022 13:15:21 -0800 |
parents | 30f2821ffd65 |
children | 6f8400ce7a0f |
line wrap: on
line diff
--- a/blastem.h Sat Jan 05 00:58:08 2019 -0800 +++ b/blastem.h Sat Jan 15 13:15:21 2022 -0800 @@ -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_