mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fixed configured emulator tool
This commit is contained in:
parent
e0b81c5b27
commit
1bf10b8daa
|
@ -20,7 +20,7 @@ emulator="$(zenity --list \
|
|||
"Duckstation" \
|
||||
"MelonDS" \
|
||||
"PCSX2-QT" \
|
||||
"PCSX2 (Legacy)" \
|
||||
"PCSX2-Legacy" \
|
||||
"PPSSPP" \
|
||||
"RPCS3" \
|
||||
"XEMU" \
|
||||
|
@ -41,10 +41,10 @@ then
|
|||
elif [ $emulator == "MelonDS" ]
|
||||
then
|
||||
melonDS
|
||||
elif [ $emulator == "PCSX2 (Legacy)" ]
|
||||
elif [ $emulator == "PCSX2-Legacy" ]
|
||||
then
|
||||
pcsx2
|
||||
elif [ $emulator == "pcsx2-qt" ]
|
||||
elif [ $emulator == "PCSX2-QT" ]
|
||||
then
|
||||
pcsx2-qt
|
||||
elif [ $emulator == "PPSSPP" ]
|
||||
|
|
Loading…
Reference in a new issue