Skip to content

Commit

Permalink
model2 cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Feb 10, 2025
1 parent d6ad560 commit 2f5ff0d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tools/launchers/model2.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
cd "$env:APPDATA/EmuDeck/Emulators/Model2"
$emulatorFile = "./EMULATOR.exe"
& $emulatorFile $args
$emuName = "model2"

. "$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/functions/allCloud.ps1"
hideMe
isLatestVersionGH($emuName)
checkAndStartSteam
cloud_sync_init($emuName)

& $emulatorFile $args

rm -fo -r "$savesPath/.watching" -ErrorAction SilentlyContinue
rm -fo -r "$savesPath/.emulator" -ErrorAction SilentlyContinue

0 comments on commit 2f5ff0d

Please sign in to comment.