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