mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 20:58:44 +00:00
7b66cb0d90
* audio: Cleanup SoundIO and fix OpenAL issue * fix tabs by spaces * Fix extra spaces * Fix SoundIO.cs * Fix ContainsAudioOutBuffer
8 lines
126 B
C#
8 lines
126 B
C#
namespace SoundIOSharp
|
|
{
|
|
public enum SoundIODeviceAim // soundio.h (228, 6)
|
|
{
|
|
Input,
|
|
Output
|
|
}
|
|
} |