mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-06 15:26:26 +02:00
rebase with upstream
This commit is contained in:
parent
a191631975
commit
9566be8c63
25 changed files with 68 additions and 84 deletions
|
@ -7,10 +7,10 @@ using LibRyujinx.Shared.Audio.Oboe;
|
|||
using Microsoft.Win32.SafeHandles;
|
||||
using Rxmxnx.PInvoke;
|
||||
using Ryujinx.Audio.Backends.OpenAL;
|
||||
using Ryujinx.Common;
|
||||
using Ryujinx.Common.Configuration;
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Common.Logging.Targets;
|
||||
using Ryujinx.Common.SystemInfo;
|
||||
using Ryujinx.HLE.HOS.SystemState;
|
||||
using Ryujinx.Input;
|
||||
using Silk.NET.Core.Loader;
|
||||
|
@ -87,7 +87,7 @@ namespace LibRyujinx
|
|||
public static JBoolean JniInitialize(JEnvRef jEnv, JObjectLocalRef jObj, JLong jpathId, JBoolean enableDebugLogs)
|
||||
{
|
||||
Logger.Trace?.Print(LogClass.Application, "Jni Function Call");
|
||||
SystemInfo.IsBionic = true;
|
||||
PlatformInfo.IsBionic = true;
|
||||
|
||||
Logger.AddTarget(
|
||||
new AsyncLogTargetWrapper(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue