From 221215b3d5e6d78dc2272132454567f158663b0f Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Mon, 29 Oct 2018 13:54:18 -0500 Subject: [PATCH] Updated User Directory (markdown) --- User-Directory.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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