SoundIoDeviceAim.cs
1 namespace Ryujinx.Audio.Backends.SoundIo.Native 2 { 3 public enum SoundIoDeviceAim 4 { 5 SoundIoDeviceAimInput = 0, 6 SoundIoDeviceAimOutput = 1, 7 } 8 }
1 namespace Ryujinx.Audio.Backends.SoundIo.Native 2 { 3 public enum SoundIoDeviceAim 4 { 5 SoundIoDeviceAimInput = 0, 6 SoundIoDeviceAimOutput = 1, 7 } 8 }