Skip to content

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

License

Notifications You must be signed in to change notification settings

c99koder/srm-to-sav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages