mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 23:17:10 +02:00
fix android bionic log
This commit is contained in:
parent
4d06f19fe7
commit
6828fe6270
5 changed files with 83 additions and 9 deletions
|
@ -41,12 +41,6 @@ namespace LibRyujinx
|
|||
|
||||
ConfigurationState.Initialize();
|
||||
LoggerModule.Initialize();
|
||||
Logger.AddTarget(
|
||||
new AsyncLogTargetWrapper(
|
||||
new AndroidLogTarget("Ryujinx"),
|
||||
1000,
|
||||
AsyncLogTargetOverflowAction.Block
|
||||
));
|
||||
|
||||
SwitchDevice = new SwitchDevice();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue