mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
5 lines
No EOL
181 B
Bash
5 lines
No EOL
181 B
Bash
#!/bin/bash
|
|
source $HOME/.config/EmuDeck/backend/functions/all.sh
|
|
emulatorInit "retroarch"
|
|
/usr/bin/flatpak run org.libretro.RetroArch $netplayCMD "${@}"
|
|
rm -rf "$savesPath/.gaming" |