mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 13:21:42 +00:00
26319d5ab3
* Add motion controls Apply suggestions from code review Co-authored-by: Ac_K <Acoustik666@gmail.com> * cleanup * add reference orientation and derive relative orientation from it * cleanup * remove unused variable and strange file * Review_2. * change GetInput to TryGetInput * Review_3. Co-authored-by: Ac_K <Acoustik666@gmail.com> Co-authored-by: LDj3SNuD <dvitiello@gmail.com>
100 lines
No EOL
2.5 KiB
JSON
100 lines
No EOL
2.5 KiB
JSON
{
|
|
"version": 15,
|
|
"res_scale": 1,
|
|
"res_scale_custom": 1,
|
|
"max_anisotropy": -1,
|
|
"graphics_shaders_dump_path": "",
|
|
"logging_enable_debug": false,
|
|
"logging_enable_stub": true,
|
|
"logging_enable_info": true,
|
|
"logging_enable_warn": true,
|
|
"logging_enable_error": true,
|
|
"logging_enable_guest": true,
|
|
"logging_enable_fs_access_log": false,
|
|
"logging_filtered_classes": [],
|
|
"enable_file_log": true,
|
|
"system_language": "AmericanEnglish",
|
|
"system_region": "USA",
|
|
"system_time_zone": "UTC",
|
|
"system_time_offset": 0,
|
|
"docked_mode": false,
|
|
"enable_discord_integration": true,
|
|
"check_updates_on_start": true,
|
|
"enable_vsync": true,
|
|
"enable_multicore_scheduling": true,
|
|
"enable_ptc": false,
|
|
"enable_fs_integrity_checks": true,
|
|
"fs_global_access_log_mode": 0,
|
|
"audio_backend": "OpenAl",
|
|
"ignore_missing_services": false,
|
|
"gui_columns": {
|
|
"fav_column": true,
|
|
"icon_column": true,
|
|
"app_column": true,
|
|
"dev_column": true,
|
|
"version_column": true,
|
|
"time_played_column": true,
|
|
"last_played_column": true,
|
|
"file_ext_column": true,
|
|
"file_size_column": true,
|
|
"path_column": true
|
|
},
|
|
"column_sort": {
|
|
"sort_column_id": 0,
|
|
"sort_ascending": false
|
|
},
|
|
"game_dirs": [],
|
|
"enable_custom_theme": false,
|
|
"custom_theme_path": "",
|
|
"enable_keyboard": false,
|
|
"hotkeys": {
|
|
"toggle_vsync": "Tab"
|
|
},
|
|
"keyboard_config": [
|
|
{
|
|
"index": 0,
|
|
"controller_type": "JoyconPair",
|
|
"player_index": "Player1",
|
|
"left_joycon": {
|
|
"stick_up": "W",
|
|
"stick_down": "S",
|
|
"stick_left": "A",
|
|
"stick_right": "D",
|
|
"stick_button": "F",
|
|
"dpad_up": "Up",
|
|
"dpad_down": "Down",
|
|
"dpad_left": "Left",
|
|
"dpad_right": "Right",
|
|
"button_minus": "Minus",
|
|
"button_l": "E",
|
|
"button_zl": "Q",
|
|
"button_sl": "Unbound",
|
|
"button_sr": "Unbound"
|
|
},
|
|
"right_joycon": {
|
|
"stick_up": "I",
|
|
"stick_down": "K",
|
|
"stick_left": "J",
|
|
"stick_right": "L",
|
|
"stick_button": "H",
|
|
"button_a": "Z",
|
|
"button_b": "X",
|
|
"button_x": "C",
|
|
"button_y": "V",
|
|
"button_plus": "Plus",
|
|
"button_r": "U",
|
|
"button_zr": "O",
|
|
"button_sl": "Unbound",
|
|
"button_sr": "Unbound"
|
|
},
|
|
"slot": 0,
|
|
"alt_slot": 0,
|
|
"mirror_input": false,
|
|
"dsu_server_host": "127.0.0.1",
|
|
"dsu_server_port": 26760,
|
|
"sensitivity": 100,
|
|
"enable_motion": false
|
|
}
|
|
],
|
|
"controller_config": []
|
|
} |