From b9679dfb0bd4c679886a23faaafdcbd0d57ef114 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Tue, 20 Aug 2024 12:08:59 +1000 Subject: [PATCH] System: Remove contradictory statement --- src/core/system.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index 7adbcd2c1..df047a188 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -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();