EmuDeck/tools/launchers/ppsspp.sh

5 lines
No EOL
161 B
Bash
Executable file

#!/bin/bash
source $HOME/.config/EmuDeck/backend/functions/all.sh
emulatorInit "ppsspp"
/usr/bin/flatpak run org.ppsspp.PPSSPP "${@}"
rm -rf "$savesPath/.gaming"