Skip to content

Thysbelon/gbaconv-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

gbaconv-web

The srm to sav converter gbaconv compiled to WebAssembly. Converts libretro VBA-M and VBA-Next's srm save files and 44vba's 4gs (just a renamed srm) and 4gz (gzipped and encrypted 4gs) save files to sav. It can also convert sav to srm/4gs. gbaconv was originally written by libretro contributors. More info on VBA save formats here.

If you have any problems with this tool, please open an issue in the issue tab at the top of this page.

Note to iOS users:

This webapp may not work on Safari; to workaround this issue, try using Chrome.

For Developers:

Build gbaconv-web.c by running emcc -O3 gbaconv-web.c -o gbaconv-web.js -sEXPORTED_RUNTIME_METHODS=ccall,cwrap,UTF8ToString in a linux terminal with emscripten installed.