mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-12 21:37:18 -05:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace Ryujinx.Audio.Backends.SoundIo.Native
|
|
{
|
|
public enum SoundIoDeviceAim
|
|
{
|
|
SoundIoDeviceAimInput = 0,
|
|
SoundIoDeviceAimOutput = 1,
|
|
}
|
|
}
|