diff --git a/rpcs3/Emu/Cell/lv2/lv2.cpp b/rpcs3/Emu/Cell/lv2/lv2.cpp index 7b2ea967b0..83962f1d40 100644 --- a/rpcs3/Emu/Cell/lv2/lv2.cpp +++ b/rpcs3/Emu/Cell/lv2/lv2.cpp @@ -1021,7 +1021,7 @@ public: { while (thread_ctrl::state() != thread_state::aborting) { - std::this_thread::sleep_for(10s); + thread_ctrl::wait_for(10000'000); print_stats(); } }