mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
TOOLS: added missing emulators
This commit is contained in:
parent
eebff894cb
commit
b7a45fe419
14
tools/configure-emulators.sh
Normal file → Executable file
14
tools/configure-emulators.sh
Normal file → Executable file
|
@ -7,6 +7,8 @@ then
|
|||
fi
|
||||
|
||||
emulator="$(zenity --list \
|
||||
--width=600 \
|
||||
--height=350 \
|
||||
--title "RetroDECK" \
|
||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||
--text="Which emulator do you want to configure?" \
|
||||
|
@ -15,8 +17,10 @@ emulator="$(zenity --list \
|
|||
"RetroArch" \
|
||||
"Citra" \
|
||||
"Dolphin" \
|
||||
"Duckstation" \
|
||||
"MelonDS" \
|
||||
"PCSX2" \
|
||||
"PCSX2-QT" \
|
||||
"PCSX2 (Legacy)" \
|
||||
"PPSSPP" \
|
||||
"RPCS3" \
|
||||
"XEMU" \
|
||||
|
@ -31,12 +35,18 @@ then
|
|||
elif [ $emulator == "Dolphin" ]
|
||||
then
|
||||
dolphin-emu
|
||||
elif [ $emulator == "Duckstation" ]
|
||||
then
|
||||
duckstation-qt
|
||||
elif [ $emulator == "MelonDS" ]
|
||||
then
|
||||
melonDS
|
||||
elif [ $emulator == "PCSX2" ]
|
||||
elif [ $emulator == "PCSX2 (Legacy)" ]
|
||||
then
|
||||
pcsx2
|
||||
elif [ $emulator == "pcsx2-qt" ]
|
||||
then
|
||||
pcsx2-qt
|
||||
elif [ $emulator == "PPSSPP" ]
|
||||
then
|
||||
PPSSPPSDL
|
||||
|
|
Loading…
Reference in a new issue