System: Remove contradictory statement

This commit is contained in:
Stenzek 2024-08-20 12:08:59 +10:00
parent 6dd29eb88f
commit b9679dfb0b
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

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