mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-07 07:46:26 +02:00
android - remove oboe
This commit is contained in:
parent
5940369374
commit
a191631975
8 changed files with 9 additions and 185 deletions
|
@ -6,6 +6,7 @@ using LibRyujinx.Jni.Values;
|
|||
using LibRyujinx.Shared.Audio.Oboe;
|
||||
using Microsoft.Win32.SafeHandles;
|
||||
using Rxmxnx.PInvoke;
|
||||
using Ryujinx.Audio.Backends.OpenAL;
|
||||
using Ryujinx.Common.Configuration;
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Common.Logging.Targets;
|
||||
|
@ -137,7 +138,7 @@ namespace LibRyujinx
|
|||
JBoolean ignoreMissingServices)
|
||||
{
|
||||
Logger.Trace?.Print(LogClass.Application, "Jni Function Call");
|
||||
AudioDriver = new OboeHardwareDeviceDriver();
|
||||
AudioDriver = new OpenALHardwareDeviceDriver();//new OboeHardwareDeviceDriver();
|
||||
return InitializeDevice(isHostMapped,
|
||||
useNce,
|
||||
(SystemLanguage)(int)systemLanguage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue