From 6326829610e8f4c0fde2ce7610635fb02607d3af Mon Sep 17 00:00:00 2001 From: Koopa Date: Tue, 31 May 2016 15:22:31 -0400 Subject: [PATCH] Updated Home Folder (markdown) --- Home-Folder.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home-Folder.md b/Home-Folder.md index c73739c..830ada8 100644 --- a/Home-Folder.md +++ b/Home-Folder.md @@ -33,7 +33,10 @@ The Config Savegame is required to play some specific games in Citra. If you don Service.CFG core/hle/service/cfg/cfg.cpp:GetConfigInfoBlock:197: Config block 0xB0001 with flags 2 and size 2048 was not found -For now the procedure to dump the Config Savegame is Linux-only. It assumes you are familiar with the procedure of dumping a game as explained in the wiki page [How to Dump and Decrypt 3DS Games](https://github.com/citra-emu/citra/wiki/Decryption). +If you can run homebrew on your 3DS, you can dump these files using one of two ways: +- [Install devkitPro](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Install_devkitPro_w.2F_devkitARM), download [3dsutils](https://github.com/citra-emu/3dsutils), and [compile it](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Compiling_sources). +- Follow the guide below. +For now, this procedure to dump the Config Savegame is Linux-only. It assumes you are familiar with the procedure of dumping a game as explained in the wiki page [[Dumping Game Cartridges]]. #### Tools required: @@ -44,8 +47,6 @@ For now the procedure to dump the Config Savegame is Linux-only. It assumes you - A 3DS with a firmware of 9.2 or lower - A SD Card to contain the dumped NAND (> 1GB) -- OR: 3DS with a way to load Homebrew and [3dsutils](https://github.com/citra-emu/3dsutils) - #### **Step 1 – Dumping NAND** Boot the [gateway launcher](http://www.gateway-3ds.com/downloads) using the Launcher.dat file placed at the root of the SD Card and accessing 'http://go.gateway-3ds.com'. Select the option `Backup System NAND` and press `START` to dump your NAND to your SD card. The SD card should then contain a file `NAND.bin`.