2989c163 ^
403e67d9 ^
eb528ae0 ^
1
2 3 4 5
6
7 8
namespace Ryujinx.Audio.Backends.SoundIo.Native { public enum SoundIoDeviceAim { SoundIoDeviceAimInput = 0, SoundIoDeviceAimOutput = 1, } }