mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 01:27:00 +00:00
System.cpp: Remove outdated and bugged code-block
This commit is contained in:
parent
5736fa3351
commit
c37c6fb6de
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user