mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-13 09:46:18 +01:00
10 lines
No EOL
150 B
C#
10 lines
No EOL
150 B
C#
namespace Ryujinx.Ui.Common.Configuration
|
|
{
|
|
public enum AudioBackend
|
|
{
|
|
Dummy,
|
|
OpenAl,
|
|
SoundIo,
|
|
SDL2
|
|
}
|
|
} |