mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-11 09:59:33 -06:00
![Ac_K](/assets/img/avatar_default.png)
* audio: Cleanup SoundIO and fix OpenAL issue * fix tabs by spaces * Fix extra spaces * Fix SoundIO.cs * Fix ContainsAudioOutBuffer
13 lines
183 B
C#
13 lines
183 B
C#
namespace SoundIOSharp
|
|
{
|
|
public enum SoundIOBackend
|
|
{
|
|
None,
|
|
Jack,
|
|
PulseAudio,
|
|
Alsa,
|
|
CoreAudio,
|
|
Wasapi,
|
|
Dummy
|
|
}
|
|
} |