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 /sms.h | |
parent | 91f24b5dad1e4e0c1c9fabe1abfb40d6cab6b1aa (diff) |
Use filename for game title in SMS mode
Diffstat (limited to 'sms.h')
-rw-r--r-- | sms.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,6 @@ typedef struct { uint8_t cart_ram[SMS_CART_RAM_SIZE]; } sms_context; -sms_context *alloc_configure_sms(void *rom, uint32_t rom_size, void *extra_rom, uint32_t extra_rom_size, uint32_t opts, uint8_t force_region, rom_info *info_out); +sms_context *alloc_configure_sms(system_media *media, uint32_t opts, uint8_t force_region, rom_info *info_out); #endif //SMS_H_ |