diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2329,7 +2329,15 @@ By default, the configuration file is saved in, and loaded from: previous default location of '<windir>\scummvm.ini' will be kept. Unix: - ~/.scummvmrc + We follow the XDG Base Directory Specification. This means our + configuration can be found in: + $XDG_CONFIG_HOME/scummvm/scummvm.ini + + If XDG_CONFIG_HOME is not defined or empty, '~/.config' will be used + as value for XDG_CONFIG_HOME in accordance with the specification. + + If an earlier version of ScummVM was installed on your system, the + previous default location of '~/.scummvmrc' will be kept. Mac OS X: ~/Library/Preferences/ScummVM Preferences |