aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio.Backends.SoundIo/Native/SoundIoDeviceAim.cs
blob: a0689d6d6e41f72ba190bde27d3cde98ec0cb853 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Audio.Backends.SoundIo.Native
{
    public enum SoundIoDeviceAim
    {
        SoundIoDeviceAimInput = 0,
        SoundIoDeviceAimOutput = 1
    }
}