diff --git a/tools/configurator.sh b/tools/configurator.sh index b4dc3a2b..82a35f9d 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -75,7 +75,6 @@ configurator_reset_dialog() { "PPSSPP" \ "Primehack" \ "RPCS3" \ - "Ryujinx" \ "XEMU" \ "Yuzu") @@ -126,11 +125,6 @@ configurator_reset_dialog() { configurator_process_complete_dialog "resetting $emulator_to_reset" ;; - "Ryujinx" ) - ryujinx_init - configurator_process_complete_dialog "resetting $emulator_to_reset" - ;; - "XEMU" ) xemu_init configurator_process_complete_dialog "resetting $emulator_to_reset" @@ -220,12 +214,10 @@ configurator_power_user_changes_dialog() { "Dolphin" \ "Duckstation" \ "MelonDS" \ - "PCSX2-QT" \ - "PCSX2-Legacy" \ + "PCSX2" \ "PPSSPP" \ "Primehack" \ "RPCS3" \ - "Ryujinx" \ "XEMU" \ "Yuzu") @@ -251,14 +243,10 @@ configurator_power_user_changes_dialog() { melonDS ;; - "PCSX2-QT" ) + "PCSX2" ) pcsx2-qt ;; - "PCSX2-Legacy" ) - pcsx2 - ;; - "PPSSPP" ) PPSSPPSDL ;; @@ -271,10 +259,6 @@ configurator_power_user_changes_dialog() { rpcs3 ;; - "Ryujinx" ) - ryujinx-wrapper - ;; - "XEMU" ) xemu ;;