mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Remove throwing and catching cpu_flag::stop
Since there is spu_runtime::g_escape function now.
This commit is contained in:
parent
e74a311931
commit
ccac9d4777
4 changed files with 7 additions and 29 deletions
|
@ -344,10 +344,6 @@ void cpu_thread::operator()()
|
|||
{
|
||||
cpu_task();
|
||||
}
|
||||
catch (cpu_flag _s)
|
||||
{
|
||||
state += _s;
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
Emu.Pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue