mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Remove legacy PCSX2 and Ryujinx references
This commit is contained in:
parent
3f9c97a7f0
commit
8abda1b72c
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue