mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
6 lines
No EOL
193 B
Bash
6 lines
No EOL
193 B
Bash
#!/bin/bash
|
|
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
|
|
emulatorInit "dolphin"
|
|
/usr/bin/flatpak run org.DolphinEmu.dolphin-emu "${@}"
|
|
cloud_sync_uploadForced
|
|
rm -rf "$savesPath/.gaming"; |