diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-22 23:40:05 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-22 23:40:05 -0700 |
commit | e7e41dd4b314ce34c2c4f1152d243b606ded8565 (patch) | |
tree | a468d4f140f388beca285168b49026a1d4f20bc6 /genesis.h | |
parent | babdbb88c01875362875c9b0ef2e3930f8ce97c3 (diff) |
Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Diffstat (limited to 'genesis.h')
-rw-r--r-- | genesis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ struct genesis_context { uint8_t *zram; void *extra; uint8_t *save_storage; + void *mapper_temp; eeprom_map *eeprom_map; uint32_t num_eeprom; uint32_t save_size; |