System.cpp: Remove outdated and bugged code-block

This commit is contained in:
Eladash 2021-09-17 10:29:06 +03:00 committed by Megamouse
parent 5736fa3351
commit c37c6fb6de

View File

@ -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;
}