mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +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" \
|
"PPSSPP" \
|
||||||
"Primehack" \
|
"Primehack" \
|
||||||
"RPCS3" \
|
"RPCS3" \
|
||||||
"Ryujinx" \
|
|
||||||
"XEMU" \
|
"XEMU" \
|
||||||
"Yuzu")
|
"Yuzu")
|
||||||
|
|
||||||
|
@ -126,11 +125,6 @@ configurator_reset_dialog() {
|
||||||
configurator_process_complete_dialog "resetting $emulator_to_reset"
|
configurator_process_complete_dialog "resetting $emulator_to_reset"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Ryujinx" )
|
|
||||||
ryujinx_init
|
|
||||||
configurator_process_complete_dialog "resetting $emulator_to_reset"
|
|
||||||
;;
|
|
||||||
|
|
||||||
"XEMU" )
|
"XEMU" )
|
||||||
xemu_init
|
xemu_init
|
||||||
configurator_process_complete_dialog "resetting $emulator_to_reset"
|
configurator_process_complete_dialog "resetting $emulator_to_reset"
|
||||||
|
@ -220,12 +214,10 @@ configurator_power_user_changes_dialog() {
|
||||||
"Dolphin" \
|
"Dolphin" \
|
||||||
"Duckstation" \
|
"Duckstation" \
|
||||||
"MelonDS" \
|
"MelonDS" \
|
||||||
"PCSX2-QT" \
|
"PCSX2" \
|
||||||
"PCSX2-Legacy" \
|
|
||||||
"PPSSPP" \
|
"PPSSPP" \
|
||||||
"Primehack" \
|
"Primehack" \
|
||||||
"RPCS3" \
|
"RPCS3" \
|
||||||
"Ryujinx" \
|
|
||||||
"XEMU" \
|
"XEMU" \
|
||||||
"Yuzu")
|
"Yuzu")
|
||||||
|
|
||||||
|
@ -251,14 +243,10 @@ configurator_power_user_changes_dialog() {
|
||||||
melonDS
|
melonDS
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"PCSX2-QT" )
|
"PCSX2" )
|
||||||
pcsx2-qt
|
pcsx2-qt
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"PCSX2-Legacy" )
|
|
||||||
pcsx2
|
|
||||||
;;
|
|
||||||
|
|
||||||
"PPSSPP" )
|
"PPSSPP" )
|
||||||
PPSSPPSDL
|
PPSSPPSDL
|
||||||
;;
|
;;
|
||||||
|
@ -271,10 +259,6 @@ configurator_power_user_changes_dialog() {
|
||||||
rpcs3
|
rpcs3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Ryujinx" )
|
|
||||||
ryujinx-wrapper
|
|
||||||
;;
|
|
||||||
|
|
||||||
"XEMU" )
|
"XEMU" )
|
||||||
xemu
|
xemu
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue