nds-converter

command module
v0.0.0-...-dbe9232 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2025 License: MIT Imports: 10 Imported by: 0

README

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 http://localhost:3000 -F file=@savefile.sav > savefile.dsv

The conversion works both ways.

curl http://localhost:3000 -F file=@savefile.dsv > savefile.sav

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL