mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-30 09:31:32 -08:00
ba95ee54ab
This reverts commit 4ce4299ca2a6b11332f2341c69f40efd7205282f.
10 lines
150 B
C#
10 lines
150 B
C#
namespace Ryujinx.Ui.Common.Configuration
|
|
{
|
|
public enum AudioBackend
|
|
{
|
|
Dummy,
|
|
OpenAl,
|
|
SoundIo,
|
|
SDL2
|
|
}
|
|
} |