mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
bugfix: Save to slot would not show warning dialogs (fixes #1581)
This commit is contained in:
parent
a0c0e27408
commit
9b9cbc3767
@ -117,7 +117,7 @@ public:
|
||||
|
||||
if (!unsafe || unsafe_confirmed)
|
||||
{
|
||||
savestate_initsave(savestate_fname, 1, true, true);
|
||||
savestate_initsave(savestate_fname, 1, false, true);
|
||||
save_state(savestate_fname, "...");
|
||||
if (create_screenshot())
|
||||
save_thumb(screenshot_filename);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user