diff options
author | Bastien Bouclet | 2018-11-16 18:56:22 +0100 |
---|---|---|
committer | Bastien Bouclet | 2018-12-02 19:34:02 +0100 |
commit | add9a0b49a39a9e2a3c3cd3376afd3a4b7f71937 (patch) | |
tree | 7d67f75bf0e22aa8ef6efb89dcc6f4f51ec94de4 /README | |
parent | e6dbdb880fc436df317fcf5e6636b371592bc5d0 (diff) | |
download | scummvm-rg350-add9a0b49a39a9e2a3c3cd3376afd3a4b7f71937.tar.gz scummvm-rg350-add9a0b49a39a9e2a3c3cd3376afd3a4b7f71937.tar.bz2 scummvm-rg350-add9a0b49a39a9e2a3c3cd3376afd3a4b7f71937.zip |
POSIX: Set the default screenshots path to the XDG Pictures directory
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2896,6 +2896,8 @@ The default location, when no screenshot path is defined in the config file, depends on the OS: Windows: In Users\username\My Pictures\ScummVM Screenshots. macOS X: On the Desktop. + Other unices: In the XDG Pictures user directory, + e.g. ~/Pictures/ScummVM Screenshots. Any other OS: In the current directory. |