EmuDeck/tools/launchers/mame.sh

5 lines
No EOL
158 B
Bash
Executable file

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