From 850001694d72b1b485458faee82ffab4674e5402 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 1 Nov 2025 15:51:16 +0200 Subject: [PATCH] Check also statefile restore state when in no sync state --- custom.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom.cpp b/custom.cpp index b2b8ca9f..fdeffc47 100644 --- a/custom.cpp +++ b/custom.cpp @@ -11277,6 +11277,9 @@ static void vsync_nosync(void) vsync_display_rendered = false; virtual_vsync_check(); uae_quit_check(); + if (savestate_check()) { + uae_reset(0, 0); + } } static void custom_trigger_start_nosync(void) -- 2.47.3