Changed the log level of LV2 Watchdog's being triggered
This commit is contained in:
@@ -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([]()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user