mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-29 08:07:43 +02:00

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