From 276fa281b51657ab1fc016bcf797d0abace2e1fc Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 25 Jan 2017 09:41:12 -0800 Subject: Use filename for game title in SMS mode --- system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system.h') 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; -- cgit v1.2.3