all repos — nds-converter @ main

A lightweight save converter for NDS and DeSmuME.

65fd5c5d
minor refactor
Marco Andronaco andronacomarco@gmail.com
Sat, 30 Mar 2024 01:01:40 +0100
5b5911dc
added favicon
BiRabittoh andronacomarco@gmail.com
Fri, 29 Mar 2024 16:32:46 +0100
c49ad1e5
disable input while converting
BiRabittoh andronacomarco@gmail.com
Thu, 28 Mar 2024 17:36:01 +0100

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
clone
git clone https://git.birabittoh.duckdns.org/nds-converter.git