diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-25 09:41:12 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-25 09:41:12 -0800 |
commit | 276fa281b51657ab1fc016bcf797d0abace2e1fc (patch) | |
tree | d37736758900f56940340be446e9ba911b9cd461 /system.h | |
parent | 91f24b5dad1e4e0c1c9fabe1abfb40d6cab6b1aa (diff) |
Use filename for game title in SMS mode
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ struct system_header { struct system_media { void *buffer; + char *name; char *extension; system_media *chain; uint32_t size; |