libretro / libretro-super

Super repo for other libretro projects. Fetches, builds and installs.
MIT License
389 stars 276 forks source link

PPSSPP supports serialized savestates. #1711

Closed brianblakely closed 1 year ago

brianblakely commented 1 year ago

Support was added on the PPSSPP side in 2021 (crashing bug fixed): https://github.com/hrydgard/ppsspp/commit/379f075c85ffe53397d1350a7603d0d2c818bade And further enhanced recently in 2023: https://github.com/hrydgard/ppsspp/pull/16958 However, this info file was never updated, so the 2021 update was made incompatible again after this RA update in 2022: https://github.com/libretro/RetroArch/commit/e541dd5ab18c04d8f47cee05e59c6551f52569fc

This commit should bring everything back in line.