mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 10:40:10 +00:00
Updated Home Folder (markdown)
parent
95c410eea4
commit
6326829610
@ -33,7 +33,10 @@ The Config Savegame is required to play some specific games in Citra. If you don
|
|||||||
|
|
||||||
Service.CFG <Error> core/hle/service/cfg/cfg.cpp:GetConfigInfoBlock:197: Config block 0xB0001 with flags 2 and size 2048 was not found
|
Service.CFG <Error> 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:
|
#### 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 3DS with a firmware of 9.2 or lower
|
||||||
- A SD Card to contain the dumped NAND (> 1GB)
|
- 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**
|
#### **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'.
|
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`.
|
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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user