libretro / beetle-saturn-libretro

Standalone hard fork of Mednafen Saturn to the libretro API.
GNU General Public License v2.0
18 stars 7 forks source link

Fix savestate loading #15

Closed neil4 closed 1 year ago

neil4 commented 1 year ago

Must set LibRetro_StateAction's load to the version field of the state being loaded. Also allows loading older savestate versions.

Fixes #13