Fixed configured emulator tool

This commit is contained in:
XargonWan 2022-09-07 20:57:49 +02:00 committed by GitHub
parent e0b81c5b27
commit 1bf10b8daa

View file

@ -20,7 +20,7 @@ emulator="$(zenity --list \
"Duckstation" \ "Duckstation" \
"MelonDS" \ "MelonDS" \
"PCSX2-QT" \ "PCSX2-QT" \
"PCSX2 (Legacy)" \ "PCSX2-Legacy" \
"PPSSPP" \ "PPSSPP" \
"RPCS3" \ "RPCS3" \
"XEMU" \ "XEMU" \
@ -41,10 +41,10 @@ then
elif [ $emulator == "MelonDS" ] elif [ $emulator == "MelonDS" ]
then then
melonDS melonDS
elif [ $emulator == "PCSX2 (Legacy)" ] elif [ $emulator == "PCSX2-Legacy" ]
then then
pcsx2 pcsx2
elif [ $emulator == "pcsx2-qt" ] elif [ $emulator == "PCSX2-QT" ]
then then
pcsx2-qt pcsx2-qt
elif [ $emulator == "PPSSPP" ] elif [ $emulator == "PPSSPP" ]