diff --git a/src/core/system.cpp b/src/core/system.cpp index 7adbcd2c1..df047a188 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -2685,9 +2685,6 @@ bool System::LoadStateFromBuffer(const SaveStateBuffer& buffer, Error* error, bo return false; } - if (s_state == State::Starting) - s_state = State::Running; - InterruptExecution(); ResetPerformanceCounters(); ResetThrottler();