From 3063bd56ff0b1a49cfd2946ec94bc4e00068f4b6 Mon Sep 17 00:00:00 2001 From: Exp <17885980+exp111@users.noreply.github.com> Date: Thu, 8 Dec 2022 01:56:18 +0100 Subject: [PATCH] Update Ryujinx config (#533) * Update Ryujinx config: -new options with default values -update controller id * Adding Motion to this This was meant to be added before. Co-authored-by: Livedeht --- configs/Ryujinx/Config.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/configs/Ryujinx/Config.json b/configs/Ryujinx/Config.json index 733d90b1f..eacdb742a 100644 --- a/configs/Ryujinx/Config.json +++ b/configs/Ryujinx/Config.json @@ -1,5 +1,5 @@ { - "version": 40, + "version": 42, "enable_file_log": true, "backend_threading": "Auto", "res_scale": 1, @@ -29,6 +29,7 @@ "enable_vsync": true, "enable_shader_cache": true, "enable_texture_recompression": false, + "enable_macro_hle": true, "enable_ptc": true, "enable_internet_access": false, "enable_fs_integrity_checks": true, @@ -77,7 +78,9 @@ "pause": "F5", "toggle_mute": "F2", "res_scale_up": "Unbound", - "res_scale_down": "Unbound" + "res_scale_down": "Unbound", + "volume_up": "Unbound", + "volume_down": "Unbound" }, "keyboard_config": [], "controller_config": [], @@ -103,10 +106,15 @@ "range_right": 1, "trigger_threshold": 0, "motion": { - "motion_backend": "GamepadDriver", + "slot": 0, + "alt_slot": 0, + "mirror_input": false, + "dsu_server_host": "127.0.0.1", + "dsu_server_port": 26760, + "motion_backend": "CemuHook", "sensitivity": 100, "gyro_deadzone": 1, - "enable_motion": false + "enable_motion": true }, "rumble": { "strong_rumble": 1, @@ -137,7 +145,7 @@ }, "version": 1, "backend": "GamepadSDL2", - "id": "0-00000003-28de-0000-ff11-000001000000", + "id": "0-f6790003-28de-0000-ff11-000001000000", "controller_type": "JoyconPair", "player_index": "Player1" }