From 97dc3401c2141c53147579de4b9e39dc5d4f2af7 Mon Sep 17 00:00:00 2001 From: Vitor K Date: Sun, 27 Jun 2021 21:48:13 -0300 Subject: [PATCH] Based on https://docs.flatpak.org/en/latest/conventions.html#xdg-base-directories --- User-Directory.md | 1 + 1 file changed, 1 insertion(+) diff --git a/User-Directory.md b/User-Directory.md index ec5b271..b5e6c47 100644 --- a/User-Directory.md +++ b/User-Directory.md @@ -6,6 +6,7 @@ Citra's user directory is where the emulator persists the emulated 3DS NAND, sav - on Windows, the path is `C:/Users/[your-user-name]/AppData/Roaming/Citra/`. Note that the folder `AppData` is hidden by default, so you need to change the configuration to view it. - in old version of Citra, the user directory used to be the `user` folder in the same directory as the Citra executable. - on macOS and Linux: in the terminal, type `echo $XDG_DATA_HOME`. This command will print out the user-specific data directory. If nothing gets printed out, that means the directory hasn’t been changed and the path is `~/.local/share/citra-emu/`. Note that the folder `.local` is hidden on most machines, so you need to change the configuration to view it. **Additionally, the `config` folder can be found with the command `echo $XDG_CONFIG_HOME`, otherwise located in `~/.config/citra-emu/`**. + - when Citra is installed via Flatpak, the citra folder will be `~/.var/app/org.citra_emu.citra/data/citra-emu`, and the config folder will be `~/.var/app/org.citra_emu.citra/config` There are at least three directories within the user directory: `config`, `nand`, and `sdmc`. See below for details about each directory and what data is stored within.