diff --git a/User-Directory.md b/User-Directory.md index 017f1ae..3df4bf8 100644 --- a/User-Directory.md +++ b/User-Directory.md @@ -1,33 +1,3 @@ -### Please note: This page is unfinished and still contains references to the Citra emulator and the Nintendo 3ds! - -## The User Directory - -yuzu's user directory is where the emulator persists the emulated Switchs NAND, save data, extra data, and a host of other files necessary for yuzu to run properly. The path of the user directory varies on different systems: - - - on Windows, the path is `C:/Users/[your-user-name]/AppData/Roaming/yuzu/`. Note that the folder `AppData` is hidden by default, so you need to change the configuration to view it. - - in old version of yuzu, the user directory used to be the `user` folder in the same directory as the yuzu executable. - - on macOS and Linux, the path is `~/.local/share/yuzu/`. Note that the folder `.local` is hidden on most machines, so you need to change the configuration to view it. **Additionally, the `config` folder is located in `~/.config/yuzu/`**. - -There are at least three directories within the user directory: `config`, `nand`, and `sdmc`. For users that have dumped the shared fonts from a Switch console, there will also be a `sysdata` directory. See below for details about each directory and what data is stored within. - -##### Diagram of yuzu's User Directory -``` -"User directory" -├── config -├── nand -│ ├── 00000000000000000000000000000000 (optional) -│ └── data -│ ├── sysdata -│ └── extdata -├── sdmc -│ └── Nintendo -│ ├── 00000000000000000000000000000000 -│ | └── 00000000000000000000000000000000 -│ | ├── title -│ | └── extdata -│ └── Private -└── sysdata (optional) -``` ### Dumping files from a Switch Included in this guide are instructions on how to dump various files from a Switch console to put into the suyu user directory. These files are optional in terms of suyu's ability to run, but depending on certain circumstances some may be required in order to run a particular game or get past a certain point in the game. In general, dumping files from a Switch will require an SD card reader or some way to use wireless file transfer from a Switch to a computer like the [FTP System Module](https://github.com/jakibaki/sys-ftpd) or the [FTPd Homebrew](https://github.com/mtheall/ftpd) and that the Switch being dumped from has [Custom Firmware](https://guide.sdsetup.com) installed.