comparison system.h @ 1201:aee2177a1630

Use filename for game title in SMS mode
author Michael Pavone <pavone@retrodev.com>
date Wed, 25 Jan 2017 09:41:12 -0800
parents 6b0da6021544
children 95f5253e75c7
comparison
equal deleted inserted replaced
1200:9661b30bd3f7 1201:aee2177a1630
48 system_type type; 48 system_type type;
49 }; 49 };
50 50
51 struct system_media { 51 struct system_media {
52 void *buffer; 52 void *buffer;
53 char *name;
53 char *extension; 54 char *extension;
54 system_media *chain; 55 system_media *chain;
55 uint32_t size; 56 uint32_t size;
56 }; 57 };
57 58