EmuDeck/tools/launchers/pegasus/pegasus-frontend.sh
Dragoon Dorise 55fa6c9782 Force upload
2025-05-12 10:30:39 +02:00

7 lines
243 B
Bash
Executable file

#!/bin/bash
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
#. "$emudeckBackend/tools/rom-parser.sh"
cloud_sync_downloadEmuAll && cloud_sync_startService
$pegasusFolder/pegasus-fe "${@}"
cloud_sync_uploadForced
rm -rf "$savesPath/.gaming";