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 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files convert.go nds-converter.go Click to show internal directories. Click to hide internal directories.