Thysbelon / gbaconv-web

The Libretro VBA save to standard sav converter gbaconv compiled to WebAssembly.
https://thysbelon.github.io/gbaconv-web/
9 stars 1 forks source link

Support SRAM Save Type #3

Closed Thysbelon closed 1 year ago

Thysbelon commented 1 year ago

GBA game saves with identical .sav file extensions can still have different "save types". The common save types are SRAM, Flash 512kb, Flash 1Mb, EEPROM 8kB, and EEPROM 512 bytes.

gbaconv supports all of these types except SRAM.

Thysbelon commented 1 year ago

I have added SRAM support.