mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 13:40:07 +00:00
Updated Home Folder (markdown)
parent
2a86483e5e
commit
fa778315a1
@ -20,7 +20,7 @@
|
|||||||
│ └── sysdata
|
│ └── sysdata
|
||||||
│ └── 00010017
|
│ └── 00010017
|
||||||
│ └── 00000000
|
│ └── 00000000
|
||||||
│ └── config
|
│ └── config (optional)
|
||||||
└── sysdata
|
└── sysdata
|
||||||
└── shared_font.bin
|
└── shared_font.bin
|
||||||
|
|
||||||
@ -29,10 +29,14 @@
|
|||||||
|
|
||||||
### How to dump system archives (`nand/00000000000000000000000000000000` folder) and system font (`sysdata/shared_font.bin`)
|
### How to dump system archives (`nand/00000000000000000000000000000000` folder) and system font (`sysdata/shared_font.bin`)
|
||||||
|
|
||||||
|
:warning: for many games, you need these!
|
||||||
|
|
||||||
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 files to the SD card.
|
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 files to the SD card.
|
||||||
|
|
||||||
### How to dump the Config Savegame (`nand/data/00000000000000000000000000000000/sysdata/00010017/00000000/config`)
|
### How to dump the Config Savegame (`nand/data/00000000000000000000000000000000/sysdata/00010017/00000000/config`)
|
||||||
|
|
||||||
|
:warning: for most games, you _don't_ need this! You can stop reading and go to play your game :).
|
||||||
|
|
||||||
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.
|
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
|
Service.CFG <Error> core/hle/service/cfg/cfg.cpp:GetConfigInfoBlock:197: Config block 0xB0001 with flags 2 and size 2048 was not found
|
||||||
|
Loading…
Reference in New Issue
Block a user