mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-23 06:42:44 +00:00
Change console log to discard on overflow (#1241)
This commit is contained in:
parent
4ef689c67d
commit
ce983f360b
@ -42,7 +42,7 @@ namespace Ryujinx.Common.Logging
|
|||||||
AddTarget(new AsyncLogTargetWrapper(
|
AddTarget(new AsyncLogTargetWrapper(
|
||||||
new ConsoleLogTarget("console"),
|
new ConsoleLogTarget("console"),
|
||||||
1000,
|
1000,
|
||||||
AsyncLogTargetOverflowAction.Block));
|
AsyncLogTargetOverflowAction.Discard));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void RestartTime()
|
public static void RestartTime()
|
||||||
|
Loading…
Reference in New Issue
Block a user