1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Changed the log level of LV2 Watchdog's being triggered

This commit is contained in:
brian218 2022-10-21 15:16:25 +08:00 committed by Megamouse
parent bd9c876e36
commit 9a5dbda063

View File

@ -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([]()
{