Save Manager

The Save Manager allows save files to be transferred between memory cards and a flash drive.

Supported Formats

  • CBS - CodeBreaker Save. Uses ZLIB for compression.
  • ZIP - Standard ZIP File. Best for easy modification. See note below
  • PSU - EMS Adapter Save. Simple format that doesn't use any compression. the most recommened one since it is also supported by wLaunchELF.
  • MAX - Action Replay MAX save. Only reading is supported.

Known Bugs

  • There have been reports of the USB driver corrupting flash drives when exporting saves. Newer versions by El_isra use updated USB drivers for EXFAT support. this issue has not been seen yet with these new drivers…
  • Amount of free space on flash drives can't be determined resulting in corruption if a file exceeding its remaining capacity is written.
  • Contents of ZIP files are assumed to be correct (1 directory with files) without checking.
Note

As of November 27, 2016, Cheat Device now supports ZIP files for creating/extracting save files. The ZIP file is expected to contain one directory (with the same name used on the memory card’s filesystem) containing all files used by the save. Cheat Device will create ZIP files in this manner, but if you create a ZIP file for saves outside of Cheat Device, make sure it follows this rule.