all repos — nds-converter @ 5b5911dcfac31e65d6c727444b88c5f700ca4ee3

A lightweight save converter for NDS and DeSmuME.

added favicon
BiRabittoh andronacomarco@gmail.com
Fri, 29 Mar 2024 16:32:46 +0100
commit

5b5911dcfac31e65d6c727444b88c5f700ca4ee3

parent

c49ad1e5149c8ebc9941e186f50cbcef737a4732

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -8,10 +8,10 @@ First, you need a save file, either of the two formats will work.

Then, you can just use `curl`: ``` -curl localhost:1111 -F file=@savefile.sav > savefile.dsv +curl https://nds.birabittoh.duckdns.org/ -F file=@savefile.sav > savefile.dsv ``` The conversion works both ways. ``` -curl localhost:1111 -F file=@savefile.dsv > savefile.sav +curl https://nds.birabittoh.duckdns.org/ -F file=@savefile.dsv > savefile.sav ```
M templates/index.htmltemplates/index.html

@@ -5,6 +5,7 @@ <head>

<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💾</text></svg>"> <title>NDS Converter</title> <style> body, a {