mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 04:40:09 +00:00
Updated Home Folder (markdown)
parent
6326829610
commit
bd5451b14e
@ -27,15 +27,18 @@
|
||||
17 directories, 5 files
|
||||
```
|
||||
|
||||
### How to dump the Config Savegame
|
||||
### How to dump system archives (`nand/00000000000000000000000000000000` folder) and system font (`sysdata/shared_font.bin`)
|
||||
|
||||
Run the Homebrew app [3dsutils](https://github.com/citra-emu/3dsutils) on your 3DS. (There is no precompiled version now, you need to [Install devkitPro](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Install_devkitPro_w.2F_devkitARM) and [compile it](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Compiling_sources) yourself). The app will dump these file to the flash card.
|
||||
|
||||
Known issue: if you run the app on New 3DS, the dumped file `shared_font.bin` will not work in Citra.
|
||||
|
||||
### How to dump the Config Savegame (`nand/data/00000000000000000000000000000000/sysdata/00010017/00000000/config`)
|
||||
|
||||
The Config Savegame is required to play some specific games in Citra. If you don't dump it, a dummy `config` file is created (sufficient to play various games) but you will get an error similar to the one below if the game you are trying to play requires a dumped Config Savegame.
|
||||
|
||||
Service.CFG <Error> core/hle/service/cfg/cfg.cpp:GetConfigInfoBlock:197: Config block 0xB0001 with flags 2 and size 2048 was not found
|
||||
|
||||
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:
|
||||
@ -47,7 +50,7 @@ For now, this procedure to dump the Config Savegame is Linux-only. It assumes yo
|
||||
- A 3DS with a firmware of 9.2 or lower
|
||||
- A SD Card to contain the dumped NAND (> 1GB)
|
||||
|
||||
#### **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'.
|
||||
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