System: Remove contradictory statement

This commit is contained in:
Stenzek 2024-08-20 12:08:59 +10:00
parent 315ae833bd
commit e4cc8af961
No known key found for this signature in database

View file

@ -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();