mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Dont spam syscalls stats if emu is paused
This commit is contained in:
parent
49d8731c1c
commit
3a36b713ce
1 changed files with 6 additions and 0 deletions
|
@ -1022,6 +1022,12 @@ public:
|
|||
while (thread_ctrl::state() != thread_state::aborting)
|
||||
{
|
||||
thread_ctrl::wait_for(10000'000);
|
||||
|
||||
if (Emu.IsPaused())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
print_stats();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue