EmuDeck/tools/launchers/dolphin-emu.sh

5 lines
No EOL
171 B
Bash

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