/nds-converter

A lightweight save converter for NDS and DeSmuME.

Primary LanguageGoMIT LicenseMIT

nds-converter

What is it?

A lightweight API-first tool to convert NDS save files (.sav) to and from the DeSmuME format (.dsv).

How do I use it?

First, you need a save file, either of the two formats will work. Then, you can just use curl:

curl https://nds.birabittoh.duckdns.org/ -F file=@savefile.sav > savefile.dsv

The conversion works both ways.

curl https://nds.birabittoh.duckdns.org/ -F file=@savefile.dsv > savefile.sav