Dont spam syscalls stats if emu is paused
This commit is contained in:
@@ -1022,6 +1022,12 @@ public:
|
||||
while (thread_ctrl::state() != thread_state::aborting)
|
||||
{
|
||||
thread_ctrl::wait_for(10000'000);
|
||||
|
||||
if (Emu.IsPaused())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
print_stats();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user