mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Changed the log level of LV2 Watchdog's being triggered
This commit is contained in:
parent
bd9c876e36
commit
9a5dbda063
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ struct watchdog_t
|
||||||
|
|
||||||
if (old.active && current_time - start_time >= old.timeout)
|
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([]()
|
Emu.CallFromMainThread([]()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue