Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 377 Bytes

srm-to-sav

Convert RetroArch SRM files to raw GBA SAV files and vice versa

Usage

srm-to-sav.py -i <input.sav> -o <output.srm> [--byteswap]
sav-to-srm.py -i <input.sav> -o <output.srm> [--byteswap]

Byte Swapping

Some games, such as The Minish Cap write their save data backwards in RetroArch. Use the --byteswap argument to write the data in the correct order.