Open 132ikl opened 7 years ago
This is still an issue on Windows 10. It seems the automatic screenshot is not saved if the game is running when retroarch exits. Hitting a hotkey to exit (while in-game) results in only the state being saved, but opening the menu and choosing to quit there results in the screenshot being saved as well.
It seems to be still happening in 1.8.5+ I've opened a bounty for the same :-)
Tested in 1.9.0 and savestate_thumbnail_enable = "true"
does not work at all now, it does not generates any .state.auto.png
file anymore.
Also if you try to workaround the functionality by taking a regular screenshot assigning the same hotkey for both exit and screenshot and you do the double tap combination for exit very fast, the .state.auto
is not flushed :-(
I saw @kivutar working around this parameter long time ago, maybe he knows...
Description
When you have both auto save states and save state thumbnails enabled, RetroArch will sometimes close before being able to take a picture for the thumbnail. It works more often than not. Assuming the emulator waits for a save state to be created before exiting, this should be able to be fixed by applying those same conditions but for the thumbnail as well.
Expected behavior
When exiting the emulator, there should be two files:.state.auto and .state.auto.png.
Actual behavior
It normally works as expected, but it occasionally does not take a screenshot before exiting.
Steps to reproduce the bug
savestate_auto_save = "true"
and"savestate_thumbnail_enable = "true"
in the RetroArch config.Version/Commit
You can find this information under Information/System Information
Environment information