bec67dbef7
* Decouple configuration from Ryujinx.HLE and Ryujinx.Input * Move Configuration to the Ryujinx project
10 lines
140 B
C#
10 lines
140 B
C#
namespace Ryujinx.Configuration
|
|
{
|
|
public enum AudioBackend
|
|
{
|
|
Dummy,
|
|
OpenAl,
|
|
SoundIo,
|
|
SDL2
|
|
}
|
|
} |