System: Remove contradictory statement
This commit is contained in:
parent
315ae833bd
commit
e4cc8af961
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue