diff --git a/rpcs3/Emu/Cell/lv2/sys_timer.cpp b/rpcs3/Emu/Cell/lv2/sys_timer.cpp index e749d07316..0360edf6a8 100644 --- a/rpcs3/Emu/Cell/lv2/sys_timer.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_timer.cpp @@ -50,7 +50,7 @@ void lv2_timer_t::on_task() continue; } - thread_ctrl::wait_for(100); + thread_ctrl::wait_for(1000); } }