Remove throwing and catching cpu_flag::stop

Since there is spu_runtime::g_escape function now.
This commit is contained in:
Nekotekina 2019-11-08 01:36:19 +03:00
parent e74a311931
commit ccac9d4777
4 changed files with 7 additions and 29 deletions

View file

@ -344,10 +344,6 @@ void cpu_thread::operator()()
{
cpu_task();
}
catch (cpu_flag _s)
{
state += _s;
}
catch (const std::exception& e)
{
Emu.Pause();