Updated User Directory (markdown)

Valentin Vanelslande 2018-10-29 13:54:18 -05:00
parent dc3894a990
commit 221215b3d5

@ -26,6 +26,7 @@ There are at least three directories within the user directory: `config`, `nand`
│   └── Private │   └── Private
└── sysdata (optional) └── sysdata (optional)
   └── aes_keys.txt (optional)    └── aes_keys.txt (optional)
   └── seeddb.bin (optional)
``` ```
### Dumping files from a 3DS ### Dumping files from a 3DS
@ -108,4 +109,6 @@ This directory can contain two files.
- `shared_font.bin`: this was a legacy system font data dumped from old versions of 3dsutils and is no longer supported. If the user does not have shared font installed, Citra will use the open source font replacement instead. Users should redump their shared font since the open source font replacement may not always look accurate. See [[Dumping System Archives and the Shared Fonts from a 3DS Console]] for more information. - `shared_font.bin`: this was a legacy system font data dumped from old versions of 3dsutils and is no longer supported. If the user does not have shared font installed, Citra will use the open source font replacement instead. Users should redump their shared font since the open source font replacement may not always look accurate. See [[Dumping System Archives and the Shared Fonts from a 3DS Console]] for more information.
- `aes_keys.txt`: this file holds decryption keys. See [[AES Keys]] for more information - `aes_keys.txt`: this file holds decryption keys. See [[AES Keys]] for more information
- `seeddb.bin`: SeedDB used for seed crypto & FS SeedDB functions