diff --git a/rpcs3/Emu/Cell/lv2/lv2.cpp b/rpcs3/Emu/Cell/lv2/lv2.cpp index bb958b8078..2c7396d80a 100644 --- a/rpcs3/Emu/Cell/lv2/lv2.cpp +++ b/rpcs3/Emu/Cell/lv2/lv2.cpp @@ -1022,6 +1022,12 @@ public: while (thread_ctrl::state() != thread_state::aborting) { thread_ctrl::wait_for(10000'000); + + if (Emu.IsPaused()) + { + continue; + } + print_stats(); } }