Hi there.
Thanks for an awesome app :)
On iOS you can export save states as .svs files, through the app's GUI:
- Long press game
- View Save States
- Long press on save state
- Export
- Save the
.svs file
Is there a correct way to export a game's saves as an .sav file? Which is a more widely used file format for game saves.
How I'm doing this at the moment:
- Enable syncing through DropBox (this lets you see the synced files, Google Drive does not)
- Find the files in the "Delta Emulator" directory named in the format
GameSave-{HASH}
- Copy this and add
.sav as an extension
- Import into a different emulator (e.g. I'm using mGBA on macOS) running the game
Fortunately I'm currently only using 6 games in Delta, so I just had to try 6 GameSave-{HASH} files to find the right one. Ideally you'd be able to export from the app's GUI, so you would know which game it is for. But also so you didn't necessarily have to use DropBox.
Thanks :)
Hi there.
Thanks for an awesome app :)
On iOS you can export save states as
.svsfiles, through the app's GUI:.svsfileIs there a correct way to export a game's saves as an
.savfile? Which is a more widely used file format for game saves.How I'm doing this at the moment:
GameSave-{HASH}.savas an extensionFortunately I'm currently only using 6 games in Delta, so I just had to try 6
GameSave-{HASH}files to find the right one. Ideally you'd be able to export from the app's GUI, so you would know which game it is for. But also so you didn't necessarily have to use DropBox.Thanks :)