From 631e3500b0067cee2e9dd70808ff0c297c611cc5 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sun, 18 Mar 2018 07:58:30 -0700 Subject: [PATCH] switch most <> -> {}, the site seems to have a hard time parsing it --- Dumping-Config-Savegame-from-a-3DS-Console.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dumping-Config-Savegame-from-a-3DS-Console.md b/Dumping-Config-Savegame-from-a-3DS-Console.md index 041127c..2260069 100644 --- a/Dumping-Config-Savegame-from-a-3DS-Console.md +++ b/Dumping-Config-Savegame-from-a-3DS-Console.md @@ -33,15 +33,15 @@ Instructions 5. Once this process complets, mount SD card on PC. 6. Open command line / powershell / terminal, run ``` - py -3 disa-extract.py /gm9/out/00000000 + py -3 disa-extract.py {SD}/gm9/out/00000000 ``` Note: - Linux and macOS users must use `python3` instead of `py -3`. - Make sure python is in your system path and it is python 3, or you will have to give the full path to python - `disa-extract.py` is the save file extractor downloaded above. Replace it with a full path if necessary. - - `/gm9/out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver. - - `` is a directory to store the output. + - `{SD}/gm9/out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver. + - `{an-arbitrary-path}` is a directory to store the output. On success, you will see `Finished!` printed on the last line -7. go to `` you have set and find a file named `config`. Copy this file to the computer into Citra's [[User Directory]] at `/nand/data/00000000000000000000000000000000/sysdata/00010017/00000000`. Allow the computer to overwrite any existing file. \ No newline at end of file +7. go to `{an-arbitrary-path}` you have set and find a file named `config`. Copy this file to the computer into Citra's [[User Directory]] at `/nand/data/00000000000000000000000000000000/sysdata/00010017/00000000`. Allow the computer to overwrite any existing file. \ No newline at end of file