Implement audio backend configuration option (#1325)
* Implement audio backend configuration option * Use OpenAL by default * Increment version number in config.json and add 30px to the height of the settings window * nits * capitalise audio backend names
This commit is contained in:
parent
af72875bee
commit
7cb6532971
8 changed files with 152 additions and 54 deletions
9
Ryujinx.Common/Configuration/AudioBackend.cs
Normal file
9
Ryujinx.Common/Configuration/AudioBackend.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ryujinx.Configuration
|
||||
{
|
||||
public enum AudioBackend
|
||||
{
|
||||
Dummy,
|
||||
OpenAl,
|
||||
SoundIo
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue