notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
290 stars 165 forks source link

(libretro) SRAM compatibility with Genesis Plus GX #9

Closed Oggom closed 10 years ago

Oggom commented 10 years ago

I have tested a few Mega Drive games and there seems to be strange issue with battery saves between PicoDrive and Genesis Plus GX:

While Genesis Plus GX is able to load saves written by PicoDrive, PicoDrive can't load saves written by Genesis Plus GX and overwrites them.

notaz commented 10 years ago

I believe this is an issue in RetroArch itself, sent them a pull request: https://github.com/libretro/RetroArch/pull/337

Oggom commented 10 years ago

Thank you very much, that solved the issue. Much appreciated!