We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25afb83 commit 0d82fb6Copy full SHA for 0d82fb6
tools/launchers/mgba.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
3
-emulatorInit "mgba" "io.mgba.mGBA" "" "mGBA*.AppImage" "--" ${@}
+emulatorInit "mgba" "io.mgba.mGBA" "" "mGBA*.AppImage" "--" "${@}"
4
rm -rf "$savesPath/.gaming"
tools/launchers/pcsx2-qt.sh
-emulatorInit "pcsx2" "net.pcsx2.PCSX2" "" "pcsx2-Qt*.AppImage" "--" ${@}
+emulatorInit "pcsx2" "net.pcsx2.PCSX2" "" "pcsx2-Qt*.AppImage" "--" "${@}"
0 commit comments