mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
Dont spam syscalls stats if emu is paused
This commit is contained in:
parent
49d8731c1c
commit
3a36b713ce
@ -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…
x
Reference in New Issue
Block a user