mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-03-06 14:27:44 +00:00
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (s_state == State::Starting)
|
|
||||||
s_state = State::Running;
|
|
||||||
|
|
||||||
InterruptExecution();
|
InterruptExecution();
|
||||||
ResetPerformanceCounters();
|
ResetPerformanceCounters();
|
||||||
ResetThrottler();
|
ResetThrottler();
|
||||||
|
|
Loading…
Reference in a new issue