From f68ebfe230a6304d977ab8b5c32c865978ad7c8f Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 10 Aug 2013 14:04:23 -0700 Subject: [PATCH] Fix savestates while not running. Fixes #2791. --- Core/SaveState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/SaveState.cpp b/Core/SaveState.cpp index d015e44ca..5e48f5441 100644 --- a/Core/SaveState.cpp +++ b/Core/SaveState.cpp @@ -88,6 +88,7 @@ namespace SaveState if (Core_IsInactive() && __KernelIsRunning()) { // Warning: this may run on a different thread. + needsProcess = true; Process(); } else