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

5 lines
154 B
Bash

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