diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-07-06 17:39:59 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-07-06 17:39:59 -0700 |
commit | 480b9bb35341fb64afbd0ab6e18b978b2cd6d4f8 (patch) | |
tree | 061bc36100397b99945c51a2010a506482fcccbd /sms.h | |
parent | aad75c86365b71d625a730a0d42c6537a9016feb (diff) |
Update controller config when changed in UI without restart
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(system_media *media, 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); #endif //SMS_H_ |