libretro / prosystem-libretro

Port of ProSystem to the libretro API.
GNU General Public License v2.0
13 stars 39 forks source link

Fix save state loading #77

Closed msheehan79 closed 1 year ago

msheehan79 commented 1 year ago

I noticed that save states were no longer loading on the latest build of the core (on Win10 x64 anyway, I do not use RA on other platforms to know if it impacts all others as well).

Bisected the issue to 763ad22

Reverting one line on that commit seems to fix the state loading issue.