RYUJINX: added controller config

This commit is contained in:
XargonWan 2022-12-12 09:23:50 +00:00
parent 6aab1096db
commit 3459716897

View file

@ -1,134 +1,150 @@
{ {
"version": 42, "version": 42,
"enable_file_log": true, "enable_file_log": true,
"backend_threading": "Auto", "backend_threading": "Auto",
"res_scale": 1, "res_scale": 1,
"res_scale_custom": 1, "res_scale_custom": 1,
"max_anisotropy": -1, "max_anisotropy": -1,
"aspect_ratio": "Fixed16x9", "aspect_ratio": "Fixed16x9",
"graphics_shaders_dump_path": "", "graphics_shaders_dump_path": "",
"logging_enable_debug": false, "logging_enable_debug": false,
"logging_enable_stub": true, "logging_enable_stub": true,
"logging_enable_info": true, "logging_enable_info": true,
"logging_enable_warn": true, "logging_enable_warn": true,
"logging_enable_error": true, "logging_enable_error": true,
"logging_enable_trace": false, "logging_enable_trace": false,
"logging_enable_guest": true, "logging_enable_guest": true,
"logging_enable_fs_access_log": false, "logging_enable_fs_access_log": false,
"logging_filtered_classes": [], "logging_filtered_classes": [],
"logging_graphics_debug_level": "None", "logging_graphics_debug_level": "None",
"system_language": "AmericanEnglish", "system_language": "AmericanEnglish",
"system_region": "Europe", "system_region": "Europe",
"system_time_zone": "UTC", "system_time_zone": "UTC",
"system_time_offset": 0, "system_time_offset": 0,
"docked_mode": true, "docked_mode": true,
"enable_discord_integration": true, "enable_discord_integration": true,
"check_updates_on_start": true, "check_updates_on_start": true,
"show_confirm_exit": true, "show_confirm_exit": true,
"hide_cursor_on_idle": false, "hide_cursor_on_idle": false,
"enable_vsync": true, "enable_vsync": true,
"enable_shader_cache": true, "enable_shader_cache": true,
"enable_texture_recompression": false, "enable_texture_recompression": false,
"enable_macro_hle": true, "enable_macro_hle": true,
"enable_ptc": true, "enable_ptc": true,
"enable_internet_access": false, "enable_internet_access": false,
"enable_fs_integrity_checks": true, "enable_fs_integrity_checks": true,
"fs_global_access_log_mode": 0, "fs_global_access_log_mode": 0,
"audio_backend": "SDL2", "audio_backend": "SDL2",
"audio_volume": 1, "audio_volume": 1,
"memory_manager_mode": "HostMappedUnsafe", "memory_manager_mode": "HostMappedUnsafe",
"expand_ram": false, "expand_ram": false,
"ignore_missing_services": false, "ignore_missing_services": false,
"gui_columns": { "gui_columns": {
"fav_column": true, "fav_column": true,
"icon_column": true, "icon_column": true,
"app_column": true, "app_column": true,
"dev_column": true, "dev_column": true,
"version_column": true, "version_column": true,
"time_played_column": true, "time_played_column": true,
"last_played_column": true, "last_played_column": true,
"file_ext_column": true, "file_ext_column": true,
"file_size_column": true, "file_size_column": true,
"path_column": true "path_column": true
}, },
"column_sort": { "column_sort": {
"sort_column_id": 0, "sort_column_id": 0,
"sort_ascending": false "sort_ascending": false
}, },
"game_dirs": [ "game_dirs": [
"/home/deck/retrodeck/roms/switch" "/home/deck/retrodeck/roms/switch"
], ],
"language_code": "en_US", "language_code": "en_US",
"enable_custom_theme": false, "enable_custom_theme": false,
"custom_theme_path": "", "custom_theme_path": "",
"base_style": "Dark", "base_style": "Dark",
"game_list_view_mode": 0, "game_list_view_mode": 0,
"show_names": true, "show_names": true,
"grid_size": 2, "grid_size": 2,
"application_sort": 0, "application_sort": 0,
"is_ascending_order": true, "is_ascending_order": true,
"start_fullscreen": false, "start_fullscreen": false,
"show_console": true, "show_console": true,
"enable_keyboard": false, "enable_keyboard": false,
"enable_mouse": false, "enable_mouse": false,
"hotkeys": { "hotkeys": {
"toggle_vsync": "Tab", "toggle_vsync": "Tab",
"screenshot": "F8", "screenshot": "F8",
"show_ui": "F4", "show_ui": "F4",
"pause": "F5", "pause": "F5",
"toggle_mute": "F2", "toggle_mute": "F2",
"res_scale_up": "Unbound", "res_scale_up": "Unbound",
"res_scale_down": "Unbound", "res_scale_down": "Unbound",
"volume_up": "Unbound", "volume_up": "Unbound",
"volume_down": "Unbound" "volume_down": "Unbound"
}, },
"keyboard_config": [], "keyboard_config": [],
"controller_config": [], "controller_config": [],
"input_config": [ "input_config": [
{ {
"left_joycon_stick": { "left_joycon_stick": {
"stick_up": "W", "joystick": "Left",
"stick_down": "S", "invert_stick_x": false,
"stick_left": "A", "invert_stick_y": false,
"stick_right": "D", "rotate90_cw": false,
"stick_button": "F" "stick_button": "LeftStick"
}, },
"right_joycon_stick": { "right_joycon_stick": {
"stick_up": "I", "joystick": "Right",
"stick_down": "K", "invert_stick_x": false,
"stick_left": "J", "invert_stick_y": false,
"stick_right": "L", "rotate90_cw": false,
"stick_button": "H" "stick_button": "RightStick"
}, },
"left_joycon": { "deadzone_left": 0,
"button_minus": "Minus", "deadzone_right": 0,
"button_l": "E", "range_left": 1,
"button_zl": "Q", "range_right": 1,
"button_sl": "Unbound", "trigger_threshold": 0,
"button_sr": "Unbound", "motion": {
"dpad_up": "Up", "motion_backend": "GamepadDriver",
"dpad_down": "Down", "sensitivity": 100,
"dpad_left": "Left", "gyro_deadzone": 1,
"dpad_right": "Right" "enable_motion": false
}, },
"right_joycon": { "rumble": {
"button_plus": "Plus", "strong_rumble": 1,
"button_r": "U", "weak_rumble": 1,
"button_zr": "O", "enable_rumble": true
"button_sl": "Unbound", },
"button_sr": "Unbound", "left_joycon": {
"button_x": "C", "button_minus": "Minus",
"button_b": "X", "button_l": "LeftShoulder",
"button_y": "V", "button_zl": "LeftTrigger",
"button_a": "Z" "button_sl": "Unbound",
}, "button_sr": "Unbound",
"version": 1, "dpad_up": "DpadUp",
"backend": "WindowKeyboard", "dpad_down": "DpadDown",
"id": "0", "dpad_left": "DpadLeft",
"controller_type": "JoyconPair", "dpad_right": "DpadRight"
"player_index": "Player1" },
} "right_joycon": {
], "button_plus": "Plus",
"graphics_backend": "Vulkan", "button_r": "RightShoulder",
"preferred_gpu": "0x1002_0x163F" "button_zr": "RightTrigger",
} "button_sl": "Unbound",
"button_sr": "Unbound",
"button_x": "X",
"button_b": "A",
"button_y": "Y",
"button_a": "B"
},
"version": 1,
"backend": "GamepadSDL2",
"id": "0-f6790003-28de-0000-ff11-000001000000",
"controller_type": "JoyconPair",
"player_index": "Player1"
}
],
"graphics_backend": "Vulkan",
"preferred_gpu": "0x1002_0x163F"
}