diff --git a/User-Directory.md b/User-Directory.md index 3ba6f8a..c5c862a 100644 --- a/User-Directory.md +++ b/User-Directory.md @@ -26,6 +26,7 @@ There are at least three directories within the user directory: `config`, `nand` │   └── Private └── sysdata (optional)    └── aes_keys.txt (optional) +    └── seeddb.bin (optional) ``` ### 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. - - `aes_keys.txt`: this file holds decryption keys. See [[AES Keys]] for more information \ No newline at end of file + - `aes_keys.txt`: this file holds decryption keys. See [[AES Keys]] for more information + + - `seeddb.bin`: SeedDB used for seed crypto & FS SeedDB functions \ No newline at end of file