From 9a5dbda06340f0c5e16d05cfddf5bab112d0517c Mon Sep 17 00:00:00 2001 From: brian218 Date: Fri, 21 Oct 2022 15:16:25 +0800 Subject: [PATCH] Changed the log level of LV2 Watchdog's being triggered --- rpcs3/Emu/Cell/lv2/sys_game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_game.cpp b/rpcs3/Emu/Cell/lv2/sys_game.cpp index a6cab86c1c..c500ca45dc 100644 --- a/rpcs3/Emu/Cell/lv2/sys_game.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_game.cpp @@ -65,7 +65,7 @@ struct watchdog_t if (old.active && current_time - start_time >= old.timeout) { - sys_game.warning("Watchdog timeout! Restarting the game..."); + sys_game.success("Watchdog timeout! Restarting the game..."); Emu.CallFromMainThread([]() {