mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-25 22:12:02 -05:00
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:
@@ -1003,6 +1003,18 @@
|
||||
3
|
||||
]
|
||||
},
|
||||
"audio_backend": {
|
||||
"$id": "#/properties/audio_backend",
|
||||
"type": "string",
|
||||
"title": "The selected audio backend",
|
||||
"description": "The selected audio backend",
|
||||
"default": "OpenAl",
|
||||
"enum": [
|
||||
"Dummy",
|
||||
"SoundIo",
|
||||
"OpenAl"
|
||||
]
|
||||
},
|
||||
"ignore_missing_services": {
|
||||
"$id": "#/properties/ignore_missing_services",
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user