Skip to content

Commit

Permalink
Update Ryujinx config (#533)
Browse files Browse the repository at this point in the history
* 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 <godsbane@gmail.com>
  • Loading branch information
2 people authored and dragoonDorise committed Dec 8, 2022
1 parent 6950d08 commit 3063bd5
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions configs/Ryujinx/Config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 40,
"version": 42,
"enable_file_log": true,
"backend_threading": "Auto",
"res_scale": 1,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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": [],
Expand All @@ -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,
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 3063bd5

Please sign in to comment.