diff options
Diffstat (limited to 'Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIODeviceAim.cs')
| -rw-r--r-- | Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIODeviceAim.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIODeviceAim.cs b/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIODeviceAim.cs new file mode 100644 index 00000000..1e596127 --- /dev/null +++ b/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIODeviceAim.cs @@ -0,0 +1,8 @@ +namespace SoundIOSharp +{ + public enum SoundIODeviceAim // soundio.h (228, 6) + { + Input, + Output + } +}
\ No newline at end of file |
