mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
System.cpp: Remove outdated and bugged code-block
This commit is contained in:
parent
5736fa3351
commit
c37c6fb6de
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue