mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-03-02 00:20:27 +01:00
10 lines
150 B
C#
10 lines
150 B
C#
namespace Ryujinx.Ui.Common.Configuration
|
|
{
|
|
public enum AudioBackend
|
|
{
|
|
Dummy,
|
|
OpenAl,
|
|
SoundIo,
|
|
SDL2
|
|
}
|
|
} |