RetroDECK/emu-configs/ryujinx/Config.json

355 lines
9.4 KiB
JSON
Raw Permalink Normal View History

2022-12-09 09:10:56 +00:00
{
"version": 49,
2022-12-12 09:23:50 +00:00
"enable_file_log": true,
"backend_threading": "Auto",
"res_scale": 1,
"res_scale_custom": 1,
"max_anisotropy": -1,
"aspect_ratio": "Fixed16x9",
2023-09-16 14:05:48 +00:00
"anti_aliasing": "None",
"scaling_filter": "Bilinear",
"scaling_filter_level": 80,
2022-12-12 09:23:50 +00:00
"graphics_shaders_dump_path": "",
"logging_enable_debug": false,
2023-09-16 14:05:48 +00:00
"logging_enable_stub": false,
2024-02-15 08:40:04 +00:00
"logging_enable_info": false,
2022-12-12 09:23:50 +00:00
"logging_enable_warn": true,
"logging_enable_error": true,
"logging_enable_trace": false,
"logging_enable_guest": true,
"logging_enable_fs_access_log": false,
"logging_filtered_classes": [],
"logging_graphics_debug_level": "None",
"system_language": "AmericanEnglish",
"system_region": "Europe",
"system_time_zone": "UTC",
"system_time_offset": 0,
2023-09-16 14:05:48 +00:00
"docked_mode": false,
2022-12-12 09:23:50 +00:00
"enable_discord_integration": true,
2023-09-16 14:05:48 +00:00
"check_updates_on_start": false,
"show_confirm_exit": false,
2024-03-03 13:55:30 +00:00
"hide_cursor": 1,
2022-12-12 09:23:50 +00:00
"enable_vsync": true,
"enable_shader_cache": true,
"enable_texture_recompression": false,
"enable_macro_hle": true,
2023-09-16 14:05:48 +00:00
"enable_color_space_passthrough": false,
2022-12-12 09:23:50 +00:00
"enable_ptc": true,
"enable_internet_access": false,
"enable_fs_integrity_checks": true,
"fs_global_access_log_mode": 0,
2024-03-03 13:55:30 +00:00
"audio_backend": "SDL2",
2022-12-12 09:23:50 +00:00
"audio_volume": 1,
"memory_manager_mode": "HostMappedUnsafe",
"expand_ram": false,
"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": [
"RETRODECKHOMEDIR/roms/switch"
2022-12-12 09:23:50 +00:00
],
2023-09-16 14:05:48 +00:00
"shown_file_types": {
"nsp": true,
"pfs0": true,
"xci": true,
"nca": true,
"nro": true,
"nso": true
},
"window_startup": {
"window_size_width": 1280,
2024-03-03 13:55:30 +00:00
"window_size_height": 760,
2023-09-16 14:05:48 +00:00
"window_position_x": 0,
"window_position_y": 0,
2024-03-03 13:55:30 +00:00
"window_maximized": false
2023-09-16 14:05:48 +00:00
},
2022-12-12 09:23:50 +00:00
"language_code": "en_US",
"enable_custom_theme": false,
"custom_theme_path": "",
"base_style": "Dark",
"game_list_view_mode": 0,
"show_names": true,
"grid_size": 2,
"application_sort": 0,
"is_ascending_order": true,
2024-04-08 08:02:29 +00:00
"start_fullscreen": true,
2022-12-12 09:23:50 +00:00
"show_console": true,
"enable_keyboard": false,
"enable_mouse": false,
"hotkeys": {
2024-04-10 13:10:39 +00:00
"toggle_vsync": "Tab",
"screenshot": "F8",
"show_ui": "F4",
"pause": "F5",
"toggle_mute": "F2",
2024-03-03 13:55:30 +00:00
"res_scale_up": "Unbound",
"res_scale_down": "Unbound",
2022-12-12 09:23:50 +00:00
"volume_up": "Unbound",
"volume_down": "Unbound"
},
"keyboard_config": [],
"controller_config": [],
"input_config": [
{
"left_joycon_stick": {
"joystick": "Left",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "LeftStick"
},
"right_joycon_stick": {
"joystick": "Right",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "RightStick"
},
2024-04-10 13:10:39 +00:00
"deadzone_left": 0.1,
"deadzone_right": 0.1,
"range_left": 1,
2022-12-12 09:23:50 +00:00
"range_right": 1,
2024-04-10 13:10:39 +00:00
"trigger_threshold": 0.5,
2022-12-12 09:23:50 +00:00
"motion": {
2024-02-15 08:40:04 +00:00
"slot": 0,
"alt_slot": 0,
"mirror_input": false,
"dsu_server_host": "127.0.0.1",
"dsu_server_port": 26760,
"motion_backend": "CemuHook",
2022-12-12 09:23:50 +00:00
"sensitivity": 100,
"gyro_deadzone": 1,
2023-09-16 14:05:48 +00:00
"enable_motion": true
2022-12-12 09:23:50 +00:00
},
"rumble": {
2024-04-10 13:10:39 +00:00
"strong_rumble": 1,
2022-12-12 09:23:50 +00:00
"weak_rumble": 1,
"enable_rumble": true
},
"left_joycon": {
2024-04-10 13:10:39 +00:00
"button_minus": "Back",
2022-12-12 09:23:50 +00:00
"button_l": "LeftShoulder",
"button_zl": "LeftTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
"dpad_up": "DpadUp",
"dpad_down": "DpadDown",
"dpad_left": "DpadLeft",
"dpad_right": "DpadRight"
},
"right_joycon": {
2024-04-10 13:10:39 +00:00
"button_plus": "Start",
2022-12-12 09:23:50 +00:00
"button_r": "RightShoulder",
"button_zr": "RightTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
2024-04-10 13:10:39 +00:00
"button_x": "Y",
"button_b": "A",
"button_y": "X",
"button_a": "B"
2022-12-12 09:23:50 +00:00
},
"version": 1,
"backend": "GamepadSDL2",
2024-04-10 13:10:39 +00:00
"id": "0-36b80003-28de-0000-ff11-000001000000",
"controller_type": "ProController",
2024-02-15 08:40:04 +00:00
"player_index": "Player1"
},
{
"left_joycon_stick": {
"joystick": "Left",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "LeftStick"
},
"right_joycon_stick": {
"joystick": "Right",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "RightStick"
},
2024-04-10 13:10:39 +00:00
"deadzone_left": 0.1,
"deadzone_right": 0.1,
"range_left": 1,
2024-02-15 08:40:04 +00:00
"range_right": 1,
2024-04-10 13:10:39 +00:00
"trigger_threshold": 0.5,
2024-02-15 08:40:04 +00:00
"motion": {
"motion_backend": "GamepadDriver",
"sensitivity": 100,
"gyro_deadzone": 1,
"enable_motion": false
},
"rumble": {
"strong_rumble": 1,
"weak_rumble": 1,
"enable_rumble": true
},
"left_joycon": {
2024-04-10 13:10:39 +00:00
"button_minus": "Back",
2024-02-15 08:40:04 +00:00
"button_l": "LeftShoulder",
"button_zl": "LeftTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
"dpad_up": "DpadUp",
"dpad_down": "DpadDown",
"dpad_left": "DpadLeft",
"dpad_right": "DpadRight"
},
"right_joycon": {
2024-04-10 13:10:39 +00:00
"button_plus": "Start",
2024-02-15 08:40:04 +00:00
"button_r": "RightShoulder",
"button_zr": "RightTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
2024-04-10 13:10:39 +00:00
"button_x": "Y",
"button_b": "A",
"button_y": "X",
"button_a": "B"
2024-02-15 08:40:04 +00:00
},
"version": 1,
"backend": "GamepadSDL2",
2024-04-10 13:10:39 +00:00
"id": "1-36b80003-28de-0000-ff11-000001000000",
2024-02-15 08:40:04 +00:00
"controller_type": "ProController",
"player_index": "Player2"
},
{
"left_joycon_stick": {
"joystick": "Left",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "LeftStick"
},
"right_joycon_stick": {
"joystick": "Right",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "RightStick"
},
2024-04-10 13:10:39 +00:00
"deadzone_left": 0.1,
"deadzone_right": 0.1,
"range_left": 1,
2024-02-15 08:40:04 +00:00
"range_right": 1,
2024-04-10 13:10:39 +00:00
"trigger_threshold": 0.5,
2024-02-15 08:40:04 +00:00
"motion": {
"motion_backend": "GamepadDriver",
"sensitivity": 100,
"gyro_deadzone": 1,
"enable_motion": false
},
"rumble": {
"strong_rumble": 1,
"weak_rumble": 1,
"enable_rumble": true
},
"left_joycon": {
2024-04-10 13:10:39 +00:00
"button_minus": "Back",
2024-02-15 08:40:04 +00:00
"button_l": "LeftShoulder",
"button_zl": "LeftTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
"dpad_up": "DpadUp",
"dpad_down": "DpadDown",
"dpad_left": "DpadLeft",
"dpad_right": "DpadRight"
},
"right_joycon": {
2024-04-10 13:10:39 +00:00
"button_plus": "Start",
2024-02-15 08:40:04 +00:00
"button_r": "RightShoulder",
"button_zr": "RightTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
2024-04-10 13:10:39 +00:00
"button_x": "Y",
"button_b": "A",
"button_y": "X",
"button_a": "B"
2024-02-15 08:40:04 +00:00
},
"version": 1,
"backend": "GamepadSDL2",
2024-04-10 13:10:39 +00:00
"id": "2-36b80003-28de-0000-ff11-000001000000",
2024-02-15 08:40:04 +00:00
"controller_type": "ProController",
"player_index": "Player3"
},
{
"left_joycon_stick": {
"joystick": "Left",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "LeftStick"
},
"right_joycon_stick": {
"joystick": "Right",
"invert_stick_x": false,
"invert_stick_y": false,
"rotate90_cw": false,
"stick_button": "RightStick"
},
2024-04-10 13:10:39 +00:00
"deadzone_left": 0.1,
"deadzone_right": 0.1,
"range_left": 1,
2024-02-15 08:40:04 +00:00
"range_right": 1,
2024-04-10 13:10:39 +00:00
"trigger_threshold": 0.5,
2024-02-15 08:40:04 +00:00
"motion": {
"motion_backend": "GamepadDriver",
"sensitivity": 100,
"gyro_deadzone": 1,
"enable_motion": false
},
"rumble": {
"strong_rumble": 1,
"weak_rumble": 1,
"enable_rumble": true
},
"left_joycon": {
2024-04-10 13:10:39 +00:00
"button_minus": "Back",
2024-02-15 08:40:04 +00:00
"button_l": "LeftShoulder",
"button_zl": "LeftTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
"dpad_up": "DpadUp",
"dpad_down": "DpadDown",
"dpad_left": "DpadLeft",
"dpad_right": "DpadRight"
},
"right_joycon": {
2024-04-10 13:10:39 +00:00
"button_plus": "Start",
2024-02-15 08:40:04 +00:00
"button_r": "RightShoulder",
"button_zr": "RightTrigger",
"button_sl": "Unbound",
"button_sr": "Unbound",
2024-04-10 13:10:39 +00:00
"button_x": "Y",
"button_b": "A",
"button_y": "X",
"button_a": "B"
2024-02-15 08:40:04 +00:00
},
"version": 1,
"backend": "GamepadSDL2",
2024-04-10 13:10:39 +00:00
"id": "3-36b80003-28de-0000-ff11-000001000000",
2024-02-15 08:40:04 +00:00
"controller_type": "ProController",
"player_index": "Player4"
2022-12-12 09:23:50 +00:00
}
],
"graphics_backend": "Vulkan",
2023-09-16 14:05:48 +00:00
"preferred_gpu": "0x1002_0x163F",
"multiplayer_mode": 0,
2023-09-16 14:05:48 +00:00
"multiplayer_lan_interface_id": "0",
"use_hypervisor": true
2024-03-03 13:55:30 +00:00
}