Просмотр исходного кода

misc: Sync Config.json default debug config (#2904)

Mary 4 лет назад
Родитель
Сommit
265b3145a3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Ryujinx/Config.json

+ 3 - 3
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": [],