Skip to content

The Libretro VBA save to standard sav converter gbaconv compiled to WebAssembly.

Notifications You must be signed in to change notification settings

Thysbelon/gbaconv-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

gbaconv-web

The Libretro VBA save to standard sav converter gbaconv compiled to WebAssembly. Converts libretro VBA-M and VBA-Next's save files and 44vba's 4gs and 4gz (gzipped and encrypted 4gs) save files to sav. It can also convert sav to Libretro VBA format. 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.