[docs, user] fix docs
All checks were successful
eden-license / license-header (pull_request) Successful in 25s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-03 00:05:37 +00:00 committed by crueter
parent 7f9df0bb4f
commit de8b37e5a4

View file

@ -5,7 +5,7 @@
Eden will store configuration in the following directories: Eden will store configuration in the following directories:
- **Windows**: `%AppData%\Roaming`. - **Windows**: `%AppData%\Roaming`.
- **Android**: Current working directory. - **Android**: Data is stored internally.
- **Linux, macOS, FreeBSD, Solaris, OpenBSD**: `$XDG_DATA_HOME`, `$XDG_CACHE_HOME`, `$XDG_CONFIG_HOME`. - **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. If a `user` directory is present in the current working directory, that will override all global configuration directories and the emulator will use that instead.