7cb6532971
* 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
9 lines
No EOL
126 B
C#
9 lines
No EOL
126 B
C#
namespace Ryujinx.Configuration
|
|
{
|
|
public enum AudioBackend
|
|
{
|
|
Dummy,
|
|
OpenAl,
|
|
SoundIo
|
|
}
|
|
} |