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