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