nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
974 stars 56 forks source link

Recreate backup memory on reset #244

Closed fleroviux closed 2 years ago

fleroviux commented 2 years ago

image

When the user changes the backup type, they will be prompted to reset the emulation for it to apply. However in reality this change will only apply once the ROM is manually reloaded. Resetting the emulator has no effect as the loaded ROM (with its peripherals) remains cached.

The same is probably also true for the Force RTC and Force Solar Sensor settings.