EmuDeck/tools/launchers/ares-emu.sh
2024-03-11 19:28:39 +01:00

6 lines
169 B
Bash
Executable file

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