mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-29 22:20:48 +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);
|
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;
|
return game_boot_result::no_errors;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user