mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 09:39:56 -06:00
misc: Move configuration management to the Ryujinx project (#2269)
* Decouple configuration from Ryujinx.HLE and Ryujinx.Input * Move Configuration to the Ryujinx project
This commit is contained in:
10
Ryujinx/Configuration/AudioBackend.cs
Normal file
10
Ryujinx/Configuration/AudioBackend.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Configuration
|
||||
{
|
||||
public enum AudioBackend
|
||||
{
|
||||
Dummy,
|
||||
OpenAl,
|
||||
SoundIo,
|
||||
SDL2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user