libretro-mirrors / beetle-saturn-libretro

Standalone port of Mednafen Saturn to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

RetroArch freezes with rewind enabled during boot and load screens #194

Closed Sanaki closed 3 years ago

Sanaki commented 3 years ago

When rewind is enabled during boot, RetroArch freezes immediately. It seems there's a second stage when the boot sequence ends where it will freeze if rewind is enabled. Another freeze can trigger during disc access for various games. Leaving RetroAchievements enabled in hardcore mode will disable rewind (at least until the server fails to return a valid achievement set), so doing so can bypass the initial freezes in some cases.

RetroArch 1.9.1 libretro/Retroarch@6b021f8d14 Beetle Saturn f7515829166660a61c6692160bb2b2d2633df9fc Linux Mint 19.3 x86_64

bslenul commented 3 years ago

Bisected, seems to be happening since 209fb86fae853a9b9a39a8ef148e78f4b1572ad5

jdgleaver commented 3 years ago

Sorry guys - I don't know how I ended up missing this issue for so long... :(

Should be fixed with this: #197

bslenul commented 3 years ago

No problem, you can't be everywhere :D Thanks for the fix, seems to work like a charm! 👍

Sanaki commented 3 years ago

Works nicely, thanks.