Updated User Directory (markdown)

Weiyi Wang 2018-09-21 16:15:56 -04:00
parent 0714092dea
commit c6280a3b64

@ -25,6 +25,7 @@ There are at least three directories within the user directory: `config`, `nand`
│   | └── extdata │   | └── extdata
│   └── Private │   └── Private
└── sysdata (optional) └── sysdata (optional)
   └── aes_keys.txt (optional)
``` ```
### Dumping files from a 3DS ### Dumping files from a 3DS
@ -107,4 +108,4 @@ 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 is reserved for future use to hold decryption keys. - `aes_keys.txt`: this file holds decryption keys. See [[AES Keys]] for more information