mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Fixup for Emu.Pause()
Remove some reduntant calls. Don't pause on unknown sys_fs_fcntl operation.
This commit is contained in:
parent
6268a2d384
commit
9dca2887d8
5 changed files with 1 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue