Basic audio support2
This commit is contained in:
parent
9f2aea4059
commit
44a87bc78e
1 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,14 @@
|
||||||
using ChocolArm64.Memory;
|
using ChocolArm64.Memory;
|
||||||
using Ryujinx.OsHle.Handles;
|
using Ryujinx.OsHle.Handles;
|
||||||
using Ryujinx.OsHle.Ipc;
|
using Ryujinx.OsHle.Ipc;
|
||||||
|
using static Ryujinx.OsHle.Objects.ObjHelper;
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using static Ryujinx.OsHle.Objects.ObjHelper;
|
|
||||||
using OpenTK.Audio;
|
using OpenTK.Audio;
|
||||||
using OpenTK.Audio.OpenAL; // https://openal.org/downloads/OpenAL11CoreSDK.zip Needed!
|
using OpenTK.Audio.OpenAL;
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace Ryujinx.OsHle.Objects
|
namespace Ryujinx.OsHle.Objects
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue