From 61c6f82f74995ef14bb554fbb84acd676a9117b7 Mon Sep 17 00:00:00 2001 From: raven02 Date: Mon, 1 Aug 2016 19:47:14 +0800 Subject: [PATCH] Regression fix #1995 (#2014) --- rpcs3/Emu/Cell/lv2/sys_timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }