libretro / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
68 stars 73 forks source link

libretro: Fix cheevos memory map for GB games using external RAM #186

Closed negativeExponent closed 4 years ago

negativeExponent commented 4 years ago

Fix https://github.com/libretro/mgba/issues/185

negativeExponent commented 4 years ago

Forced update: Since some games uses sram but not battery-backed, check for gb->memory.sram if its initialized before mapping them instead of using savedata. Changed label as well.

hizzlekizzle commented 4 years ago

Do you have any thoughts on this @endrift?