diff options
author | Thierry Crozat | 2017-04-24 00:51:57 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-04-24 01:07:05 +0100 |
commit | e96c057c3d7d2deb8ff31bc7d798d455f74b399a (patch) | |
tree | b5d1c30acfbc39f44ff2a0c132555beda2d891bf /README | |
parent | 11dd33bb73c998116c2b862389b616fe9249579b (diff) | |
download | scummvm-rg350-e96c057c3d7d2deb8ff31bc7d798d455f74b399a.tar.gz scummvm-rg350-e96c057c3d7d2deb8ff31bc7d798d455f74b399a.tar.bz2 scummvm-rg350-e96c057c3d7d2deb8ff31bc7d798d455f74b399a.zip |
SDL: Allow specifying the screenshot directory in the config file
There is no GUI option to set the screenshot directory, but this
allows power users to set it if they don't want to use the default.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -2682,11 +2682,19 @@ configuration of each entry, allowing the custom options to be shown. 9.0) Screenshots (SDL backend only): ---- ------------------------------- On systems using the SDL backend (for example Windows, Mac or Linux) you can use -alt+s to take snapshots (see section 5.4 - Hotkeys). The location of the created -screenshot file depends on the OS: +alt+s to take snapshots (see section 5.4 - Hotkeys). + +You can specify the directory in which you want the screenshots to be created in +the config file. To do so add a screenshotpath value under the [scummvm] section: + +[scummvm] +screenshotpath=/path/to/screenshots/ + +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. - Any other OS: In the current directoty. + Any other OS: In the current directory. 10.0) Compiling: |