cloudSync off when multiplayer

This commit is contained in:
Dragoon Dorise 2024-04-15 11:20:42 +02:00
parent 8e1e49e4a2
commit e5c9b481ec

View file

@ -945,11 +945,14 @@ function emulatorInit(){
netplaySetIP
else
setSetting netplayCMD "' '"
cloud_sync_downloadEmu "$emuName" && cloud_sync_startService
fi
source $HOME/.config/EmuDeck/backend/functions/all.sh
fi
cloud_sync_downloadEmu "$emuName" && cloud_sync_startService
if [ "$emuName" != 'retroarch' ]; then
cloud_sync_downloadEmu "$emuName" && cloud_sync_startService
fi
}
function jsonToBashVars(){