libretro / mgba

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

Backport serialization fix from upstream to restore Runahead compatibility #223

Closed Ryunam closed 3 years ago

Ryunam commented 3 years ago

As the title indicates, this PR backports a serialization-related commit from the upstream mgba repository.

This was suggested (and agreed upon by @endrift) as a temporary workaround to address some regressions with regards to Runahead support in RA, while waiting for the 0.9.0 release.

See issue https://github.com/libretro/mgba/issues/222 for the related discussion.