From 739b489c9cb1e43bdc01eaea436c88d7a9c9828e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 3 Mar 2024 14:55:30 +0100 Subject: [PATCH] RYUJINX: Updated to 4 controllers --- emu-configs/ryujinx/Config.json | 78 +++--- incconfigs/Ryujinx/Config.json | 352 ---------------------------- incconfigs/whatis.readme | 4 - net.retrodeck.retrodeck.appdata.xml | 1 + 4 files changed, 40 insertions(+), 395 deletions(-) delete mode 100644 incconfigs/Ryujinx/Config.json diff --git a/emu-configs/ryujinx/Config.json b/emu-configs/ryujinx/Config.json index 630011ad..8fb6245a 100644 --- a/emu-configs/ryujinx/Config.json +++ b/emu-configs/ryujinx/Config.json @@ -28,7 +28,7 @@ "enable_discord_integration": true, "check_updates_on_start": false, "show_confirm_exit": false, - "hide_cursor": 2, + "hide_cursor": 1, "enable_vsync": true, "enable_shader_cache": true, "enable_texture_recompression": false, @@ -38,7 +38,7 @@ "enable_internet_access": false, "enable_fs_integrity_checks": true, "fs_global_access_log_mode": 0, - "audio_backend": "OpenAl", + "audio_backend": "SDL2", "audio_volume": 1, "memory_manager_mode": "HostMappedUnsafe", "expand_ram": false, @@ -72,10 +72,10 @@ }, "window_startup": { "window_size_width": 1280, - "window_size_height": 800, + "window_size_height": 760, "window_position_x": 0, "window_position_y": 0, - "window_maximized": true + "window_maximized": false }, "language_code": "en_US", "enable_custom_theme": false, @@ -86,18 +86,18 @@ "grid_size": 2, "application_sort": 0, "is_ascending_order": true, - "start_fullscreen": true, + "start_fullscreen": false, "show_console": true, "enable_keyboard": false, "enable_mouse": false, "hotkeys": { - "toggle_vsync": "Unknown", - "screenshot": "Unknown", - "show_ui": "F1", - "pause": "F4", - "toggle_mute": "Unknown", - "res_scale_up": "F7", - "res_scale_down": "F8", + "toggle_vsync": "", + "screenshot": "", + "show_ui": "ESC", + "pause": "", + "toggle_mute": "", + "res_scale_up": "Unbound", + "res_scale_down": "Unbound", "volume_up": "Unbound", "volume_down": "Unbound" }, @@ -141,7 +141,7 @@ "enable_rumble": true }, "left_joycon": { - "button_minus": "Back", + "button_minus": "Minus", "button_l": "LeftShoulder", "button_zl": "LeftTrigger", "button_sl": "Unbound", @@ -152,20 +152,20 @@ "dpad_right": "DpadRight" }, "right_joycon": { - "button_plus": "Start", + "button_plus": "Plus", "button_r": "RightShoulder", "button_zr": "RightTrigger", "button_sl": "Unbound", "button_sr": "Unbound", - "button_x": "Y", - "button_b": "A", - "button_y": "X", - "button_a": "B" + "button_x": "X", + "button_b": "B", + "button_y": "Y", + "button_a": "A" }, "version": 1, "backend": "GamepadSDL2", - "id": "0-f6790003-28de-0000-ff11-000001000000", - "controller_type": "ProController", + "id": "0-00000003-28de-0000-ff11-000001000000", + "controller_type": "JoyconPair", "player_index": "Player1" }, { @@ -200,7 +200,7 @@ "enable_rumble": true }, "left_joycon": { - "button_minus": "Back", + "button_minus": "Minus", "button_l": "LeftShoulder", "button_zl": "LeftTrigger", "button_sl": "Unbound", @@ -211,15 +211,15 @@ "dpad_right": "DpadRight" }, "right_joycon": { - "button_plus": "Start", + "button_plus": "Plus", "button_r": "RightShoulder", "button_zr": "RightTrigger", "button_sl": "Unbound", "button_sr": "Unbound", - "button_x": "Y", - "button_b": "A", - "button_y": "X", - "button_a": "B" + "button_x": "X", + "button_b": "B", + "button_y": "Y", + "button_a": "A" }, "version": 1, "backend": "GamepadSDL2", @@ -259,7 +259,7 @@ "enable_rumble": true }, "left_joycon": { - "button_minus": "Back", + "button_minus": "Minus", "button_l": "LeftShoulder", "button_zl": "LeftTrigger", "button_sl": "Unbound", @@ -270,15 +270,15 @@ "dpad_right": "DpadRight" }, "right_joycon": { - "button_plus": "Start", + "button_plus": "Plus", "button_r": "RightShoulder", "button_zr": "RightTrigger", "button_sl": "Unbound", "button_sr": "Unbound", - "button_x": "Y", - "button_b": "A", - "button_y": "X", - "button_a": "B" + "button_x": "X", + "button_b": "B", + "button_y": "Y", + "button_a": "A" }, "version": 1, "backend": "GamepadSDL2", @@ -318,7 +318,7 @@ "enable_rumble": true }, "left_joycon": { - "button_minus": "Back", + "button_minus": "Minus", "button_l": "LeftShoulder", "button_zl": "LeftTrigger", "button_sl": "Unbound", @@ -329,15 +329,15 @@ "dpad_right": "DpadRight" }, "right_joycon": { - "button_plus": "Start", + "button_plus": "Plus", "button_r": "RightShoulder", "button_zr": "RightTrigger", "button_sl": "Unbound", "button_sr": "Unbound", - "button_x": "Y", - "button_b": "A", - "button_y": "X", - "button_a": "B" + "button_x": "X", + "button_b": "B", + "button_y": "Y", + "button_a": "A" }, "version": 1, "backend": "GamepadSDL2", @@ -351,4 +351,4 @@ "multiplayer_mode": 0, "multiplayer_lan_interface_id": "0", "use_hypervisor": true -} \ No newline at end of file +} diff --git a/incconfigs/Ryujinx/Config.json b/incconfigs/Ryujinx/Config.json deleted file mode 100644 index 12ab1e86..00000000 --- a/incconfigs/Ryujinx/Config.json +++ /dev/null @@ -1,352 +0,0 @@ -{ - "version": 49, - "enable_file_log": true, - "backend_threading": "Auto", - "res_scale": 1, - "res_scale_custom": 1, - "max_anisotropy": -1, - "aspect_ratio": "Fixed16x9", - "anti_aliasing": "None", - "scaling_filter": "Bilinear", - "scaling_filter_level": 80, - "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_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": "USA", - "system_time_zone": "UTC", - "system_time_offset": 0, - "docked_mode": true, - "enable_discord_integration": true, - "check_updates_on_start": false, - "show_confirm_exit": true, - "hide_cursor": 1, - "enable_vsync": true, - "enable_shader_cache": true, - "enable_texture_recompression": false, - "enable_macro_hle": true, - "enable_color_space_passthrough": false, - "enable_ptc": true, - "enable_internet_access": false, - "enable_fs_integrity_checks": true, - "fs_global_access_log_mode": 0, - "audio_backend": "SDL2", - "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": [], - "shown_file_types": { - "nsp": true, - "pfs0": true, - "xci": true, - "nca": true, - "nro": true, - "nso": true - }, - "window_startup": { - "window_size_width": 1280, - "window_size_height": 760, - "window_position_x": 0, - "window_position_y": 0, - "window_maximized": false - }, - "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, - "start_fullscreen": false, - "show_console": true, - "enable_keyboard": false, - "enable_mouse": false, - "hotkeys": { - "toggle_vsync": "", - "screenshot": "", - "show_ui": "ESC", - "pause": "", - "toggle_mute": "", - "res_scale_up": "Unbound", - "res_scale_down": "Unbound", - "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" - }, - "deadzone_left": 0, - "deadzone_right": 0, - "range_left": 1.2, - "range_right": 1, - "trigger_threshold": 0, - "motion": { - "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": true - }, - "rumble": { - "strong_rumble": 2.1, - "weak_rumble": 1, - "enable_rumble": true - }, - "left_joycon": { - "button_minus": "Minus", - "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": { - "button_plus": "Plus", - "button_r": "RightShoulder", - "button_zr": "RightTrigger", - "button_sl": "Unbound", - "button_sr": "Unbound", - "button_x": "X", - "button_b": "B", - "button_y": "Y", - "button_a": "A" - }, - "version": 1, - "backend": "GamepadSDL2", - "id": "0-00000003-28de-0000-ff11-000001000000", - "controller_type": "JoyconPair", - "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" - }, - "deadzone_left": 0, - "deadzone_right": 0, - "range_left": 1.2, - "range_right": 1, - "trigger_threshold": 0, - "motion": { - "motion_backend": "GamepadDriver", - "sensitivity": 100, - "gyro_deadzone": 1, - "enable_motion": false - }, - "rumble": { - "strong_rumble": 1, - "weak_rumble": 1, - "enable_rumble": true - }, - "left_joycon": { - "button_minus": "Minus", - "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": { - "button_plus": "Plus", - "button_r": "RightShoulder", - "button_zr": "RightTrigger", - "button_sl": "Unbound", - "button_sr": "Unbound", - "button_x": "X", - "button_b": "B", - "button_y": "Y", - "button_a": "A" - }, - "version": 1, - "backend": "GamepadSDL2", - "id": "1-00000003-28de-0000-ff11-000001000000", - "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" - }, - "deadzone_left": 0, - "deadzone_right": 0, - "range_left": 1.2, - "range_right": 1, - "trigger_threshold": 0, - "motion": { - "motion_backend": "GamepadDriver", - "sensitivity": 100, - "gyro_deadzone": 1, - "enable_motion": false - }, - "rumble": { - "strong_rumble": 1, - "weak_rumble": 1, - "enable_rumble": true - }, - "left_joycon": { - "button_minus": "Minus", - "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": { - "button_plus": "Plus", - "button_r": "RightShoulder", - "button_zr": "RightTrigger", - "button_sl": "Unbound", - "button_sr": "Unbound", - "button_x": "X", - "button_b": "B", - "button_y": "Y", - "button_a": "A" - }, - "version": 1, - "backend": "GamepadSDL2", - "id": "2-00000003-28de-0000-ff11-000001000000", - "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" - }, - "deadzone_left": 0, - "deadzone_right": 0, - "range_left": 1.2, - "range_right": 1, - "trigger_threshold": 0, - "motion": { - "motion_backend": "GamepadDriver", - "sensitivity": 100, - "gyro_deadzone": 1, - "enable_motion": false - }, - "rumble": { - "strong_rumble": 1, - "weak_rumble": 1, - "enable_rumble": true - }, - "left_joycon": { - "button_minus": "Minus", - "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": { - "button_plus": "Plus", - "button_r": "RightShoulder", - "button_zr": "RightTrigger", - "button_sl": "Unbound", - "button_sr": "Unbound", - "button_x": "X", - "button_b": "B", - "button_y": "Y", - "button_a": "A" - }, - "version": 1, - "backend": "GamepadSDL2", - "id": "3-00000003-28de-0000-ff11-000001000000", - "controller_type": "ProController", - "player_index": "Player4" - } - ], - "graphics_backend": "Vulkan", - "preferred_gpu": "0x1002_0x163F", - "multiplayer_mode": 0, - "multiplayer_lan_interface_id": "0", - "use_hypervisor": true -} diff --git a/incconfigs/whatis.readme b/incconfigs/whatis.readme index d89b69c2..0008cd95 100644 --- a/incconfigs/whatis.readme +++ b/incconfigs/whatis.readme @@ -3,10 +3,6 @@ MelonDS (Minor changes) - Graphical tweaks -Ryujinx (New) - -- We did not have this before - Yuzu - Needs to be tested diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml index 885aa273..6ba2f402 100644 --- a/net.retrodeck.retrodeck.appdata.xml +++ b/net.retrodeck.retrodeck.appdata.xml @@ -105,6 +105,7 @@
  • PCSX2: general and graphical tweaks
  • RPCS3 is now running via shortcut (.desktop file) by default - WARN THE USERS TO MIGRATE
  • RPCS3: Updated to 4 controllers
  • +
  • RYUJINX: Updated to 4 controllers
  • Fixes: