mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-10 08:31:06 +00:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace Ryujinx.Audio.Backends.SoundIo.Native
|
|
{
|
|
public enum SoundIoDeviceAim
|
|
{
|
|
SoundIoDeviceAimInput = 0,
|
|
SoundIoDeviceAimOutput = 1,
|
|
}
|
|
}
|