From d56efb8ec46722d702e3851e617f3699015a192b Mon Sep 17 00:00:00 2001 From: wwylele Date: Tue, 6 Dec 2016 18:20:15 +0200 Subject: [PATCH] new user folder on windows --- User-Directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Directory.md b/User-Directory.md index 8e73238..6453d27 100644 --- a/User-Directory.md +++ b/User-Directory.md @@ -1,6 +1,6 @@ ## The User Directory -Citra's user directory is where the emulator persists the emulated 3DS NAND, save data, extra data, and a host of other files necessary for Citra to run properly. On Windows it is the `user` folder in the same directory as the Citra executable. on macOS and Linux it is at `~/.local/share/citra-emu/`. +Citra's user directory is where the emulator persists the emulated 3DS NAND, save data, extra data, and a host of other files necessary for Citra to run properly. On Windows it is the `C:/Users//AppData/Roaming/Citra/` (in old version it used to be the `user` folder in the same directory as the Citra executable). on macOS and Linux it is at `~/.local/share/citra-emu/`. There are at least three directories within the user directory: `config`, `nand`, and `sdmc`. For users that have dumped the shared fonts from a 3DS console, there will also be a `sysdata` directory. See below for details about each directory and what data is stored within.