Fixup for Emu.Pause()

Remove some reduntant calls.
Don't pause on unknown sys_fs_fcntl operation.
This commit is contained in:
Nekotekina 2020-03-08 22:00:05 +03:00
parent 6268a2d384
commit 9dca2887d8
5 changed files with 1 additions and 7 deletions

View file

@ -460,7 +460,6 @@ namespace rsx
catch (const std::exception& e)
{
rsx_log.fatal("%s thrown: %s", typeid(e).name(), e.what());
Emu.Pause();
}
on_exit();