Thysbelon / gbaconv-web

The srm to sav converter gbaconv compiled to WebAssembly.

Home Page:https://thysbelon.github.io/gbaconv-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The srm to sav converter gbaconv compiled to WebAssembly.

https://thysbelon.github.io/gbaconv-web/


Languages

Language:C 100.0%