diff --git a/Ryujinx.Common/Logging/Logger.cs b/Ryujinx.Common/Logging/Logger.cs index e3d82201d..f650582d6 100644 --- a/Ryujinx.Common/Logging/Logger.cs +++ b/Ryujinx.Common/Logging/Logger.cs @@ -42,7 +42,7 @@ namespace Ryujinx.Common.Logging AddTarget(new AsyncLogTargetWrapper( new ConsoleLogTarget("console"), 1000, - AsyncLogTargetOverflowAction.Block)); + AsyncLogTargetOverflowAction.Discard)); } public static void RestartTime()