summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-25 09:41:12 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-25 09:41:12 -0800
commit276fa281b51657ab1fc016bcf797d0abace2e1fc (patch)
treed37736758900f56940340be446e9ba911b9cd461 /system.h
parent91f24b5dad1e4e0c1c9fabe1abfb40d6cab6b1aa (diff)
Use filename for game title in SMS mode
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 587a4ea..065ecbf 100644
--- a/system.h
+++ b/system.h
@@ -50,6 +50,7 @@ struct system_header {
struct system_media {
void *buffer;
+ char *name;
char *extension;
system_media *chain;
uint32_t size;