Browse Source
[user] prioritize 'user' directory if it exists (without needing a portable build) + docs
[user] prioritize 'user' directory if it exists (without needing a portable build) + docs
Signed-off-by: lizzie <lizzie@eden-emu.dev>pull/338/head
committed by
crueter
5 changed files with 24 additions and 27 deletions
-
2CMakeLists.txt
-
11docs/User.md
-
4src/common/CMakeLists.txt
-
4src/common/fs/fs_paths.h
-
30src/common/fs/path_util.cpp
@ -0,0 +1,11 @@ |
|||
# User configuration |
|||
|
|||
## Configuration directories |
|||
|
|||
Eden will store configuration in the following directories: |
|||
|
|||
- **Windows**: `%AppData%\Roaming`. |
|||
- **Android**: Current working directory. |
|||
- **Linux, macOS, FreeBSD, Solaris, OpenBSD**: `$XDG_DATA_HOME`, `$XDG_CACHE_HOME`, `$XDG_CONFIG_HOME`. |
|||
|
|||
If an `user` directory is present in the current working directory, that will override all global configuration directories and the emulator will use that instead. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue