SoundIoDeviceAim.cs 170 B

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