fix android bionic log

This commit is contained in:
Emmanuel Hansen 2023-06-26 07:27:43 +00:00
parent 4d06f19fe7
commit 6828fe6270
5 changed files with 83 additions and 9 deletions

View file

@ -41,12 +41,6 @@ namespace LibRyujinx
ConfigurationState.Initialize();
LoggerModule.Initialize();
Logger.AddTarget(
new AsyncLogTargetWrapper(
new AndroidLogTarget("Ryujinx"),
1000,
AsyncLogTargetOverflowAction.Block
));
SwitchDevice = new SwitchDevice();