Skip to content

Instantly share code, notes, and snippets.

@cb109
Last active December 27, 2024 18:55
Show Gist options
  • Save cb109/d287e2abd9f5ec3be83bea3048cc5283 to your computer and use it in GitHub Desktop.
Save cb109/d287e2abd9f5ec3be83bea3048cc5283 to your computer and use it in GitHub Desktop.
Transferring Gameboy save states between Onion OS (using RetroArch e.g. on the Miyoo Mini) and Funkey OS (using PicoArch e.g. on the RG Nano)

Location for in game save files on Onion OS:

/mnt/SDCARD/Saves/CurrentProfile/saves/Gambatte/Mystic Quest (Europe).srm

Location for in game save files on DrUm78's Funkey OS:

/mnt/Funkey/.picoarch/data/gambatte/Mystic Quest (Europe).sav

Despite the different file extensions, these files are interchangeable. You can copy from one location to another and rename the file extension for the system (e.g. with Dingux Commander) and the emulator/game should detect it on the next game launch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment