mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-25 05:52:03 -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:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 9,
|
||||
"version": 10,
|
||||
"max_anisotropy": -1,
|
||||
"graphics_shaders_dump_path": "",
|
||||
"logging_enable_debug": false,
|
||||
@@ -22,6 +22,7 @@
|
||||
"enable_ptc": false,
|
||||
"enable_fs_integrity_checks": true,
|
||||
"fs_global_access_log_mode": 0,
|
||||
"audio_backend": "OpenAl",
|
||||
"ignore_missing_services": false,
|
||||
"gui_columns": {
|
||||
"fav_column": true,
|
||||
|
Reference in New Issue
Block a user