From: Toni Wilen Date: Sat, 1 Nov 2025 13:51:16 +0000 (+0200) Subject: Check also statefile restore state when in no sync state X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=850001694d72b1b485458faee82ffab4674e5402;p=francis%2Fwinuae.git Check also statefile restore state when in no sync state --- 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)