libretro / QuickNES_Core

The QuickNES core library, originally by Shay Green, heavily modified
GNU General Public License v2.0
22 stars 35 forks source link

Fix save game loading for battery enabled roms #20

Closed ghost closed 6 years ago

ghost commented 6 years ago

Battery-enabled games are not able to load the save game file even if it exists, so, quicknes always rewrites a new one. This PR should fix this.

reference issue: https://github.com/libretro/QuickNES_Core/issues/8