Fix savestates while not running.

Fixes #2791.
This commit is contained in:
Unknown W. Brackets 2013-08-10 14:04:23 -07:00
parent 54ca1e212f
commit f68ebfe230

View File

@ -88,6 +88,7 @@ namespace SaveState
if (Core_IsInactive() && __KernelIsRunning())
{
// Warning: this may run on a different thread.
needsProcess = true;
Process();
}
else