diff options
| author | Mary <me@thog.eu> | 2021-12-12 23:12:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-12 23:12:57 +0100 |
| commit | 265b3145a392006ea68de21488dbd456d17b7989 (patch) | |
| tree | c14bed279e9d745741fa4fe24023757cfe77b1a8 | |
| parent | 119a3a188738c12a5ddbe76e67fe0cc38122ee7b (diff) | |
misc: Sync Config.json default debug config (#2904)
| -rw-r--r-- | Ryujinx/Config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx/Config.json b/Ryujinx/Config.json index 6c8a226a..c15ce97b 100644 --- a/Ryujinx/Config.json +++ b/Ryujinx/Config.json @@ -1,5 +1,5 @@ { - "version": 29, + "version": 32, "enable_file_log": true, "backend_threading": "Auto", "res_scale": 1, @@ -31,7 +31,7 @@ "enable_ptc": true, "enable_fs_integrity_checks": true, "fs_global_access_log_mode": 0, - "audio_backend": "OpenAl", + "audio_backend": "SDL2", "memory_manager_mode": "HostMappedUnsafe", "expand_ram": false, "ignore_missing_services": false, @@ -61,7 +61,7 @@ "toggle_vsync": "Tab", "screenshot": "F8", "show_ui": "F4", - "pause": "F5" + "pause": "F5" }, "keyboard_config": [], "controller_config": [], |
