Remove legacy PCSX2 and Ryujinx references

This commit is contained in:
icenine451 2023-01-18 14:54:24 -05:00
parent 3f9c97a7f0
commit 8abda1b72c

View file

@ -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
;;