mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:30:06 +00:00
Updated Home Folder (markdown)
parent
cbc4f853cf
commit
826e1b13a4
@ -29,14 +29,14 @@
|
||||
|
||||
### 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 official precompiled version now, you can download [an unofficial build](https://cdn.discordapp.com/attachments/220742362740162560/222507077031952384/3dsutils-master.3dsx), or [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.
|
||||
**Note: the section below is NOT required by most games! you can stop reading and try your games.**
|
||||
|
||||
----
|
||||
|
||||
### 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.
|
||||
|
||||
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