mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 07:09:55 -06:00
Change console log to discard on overflow (#1241)
This commit is contained in:
@ -42,7 +42,7 @@ namespace Ryujinx.Common.Logging
|
||||
AddTarget(new AsyncLogTargetWrapper(
|
||||
new ConsoleLogTarget("console"),
|
||||
1000,
|
||||
AsyncLogTargetOverflowAction.Block));
|
||||
AsyncLogTargetOverflowAction.Discard));
|
||||
}
|
||||
|
||||
public static void RestartTime()
|
||||
|
Reference in New Issue
Block a user