Skip to content

Commit

Permalink
System: Remove contradictory statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Aug 20, 2024
1 parent 6dd29eb commit b9679df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b9679df

Please sign in to comment.