diff options
author | Johannes Schickel | 2016-02-02 09:22:41 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-02-02 09:22:41 +0100 |
commit | d88b1c947717e9081f4dc440eec375064a0b6010 (patch) | |
tree | 7a8911a9d8d60bcb3c7f3da08b46f6e6c6c31160 /NEWS | |
parent | be2af0613143c2a3426be426dec1274e5d79e0a0 (diff) | |
parent | 7d014be0a2b796175a7ce40a9315603f711b2a30 (diff) | |
download | scummvm-rg350-d88b1c947717e9081f4dc440eec375064a0b6010.tar.gz scummvm-rg350-d88b1c947717e9081f4dc440eec375064a0b6010.tar.bz2 scummvm-rg350-d88b1c947717e9081f4dc440eec375064a0b6010.zip |
Merge pull request #656 from lordhoto/xdg-dirs-posix
POSIX: Follow XDG Base Directory Specification for User's Files
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ For a more comprehensive changelog of the latest experimental code, see: SDL: - Alt-x no longer quits ScummVM on platforms exhibiting this behavior before. A notable example is our Windows port. + - On POSIX systems we now follow the XDG Base Directory Specification for + placement of files for users. This effectively results in new locations + for our configuration file, our log file, and our default savegame path. + We still support our previous locations. As long as they are present, we + continue to use them. Please refer to the README for the new locations. + File locations on Mac OS X are not affected by this change. 3 Skulls of the Toltecs: - Improved AdLib music support. |