From c37c6fb6dec1e0d513e6aba3f79c9eff50939fc4 Mon Sep 17 00:00:00 2001 From: Eladash Date: Fri, 17 Sep 2021 10:29:06 +0300 Subject: [PATCH] System.cpp: Remove outdated and bugged code-block --- rpcs3/Emu/System.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 215fe64bdd..19308137e1 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -1401,13 +1401,6 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool Run(true); } } - else - { - ensure(m_state == system_state::paused); - Resume(); // Remove paused flag from threads - m_state = system_state::ready; - GetCallbacks().on_ready(); - } return game_boot_result::no_errors; }