EmuDeck/tools/launchers/mame.sh
2024-01-05 11:43:43 +01:00

5 lines
156 B
Bash
Executable file

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