diff options
author | Pala | 2017-03-24 22:25:46 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-04-24 01:06:29 +0100 |
commit | 3849a3e90e6e679e35f8ec4517ce38d2a0c5d098 (patch) | |
tree | ea6630e9149d45031ec9a34358301d81d5858d9b /README | |
parent | 28ab63136ad2b3b48b50279f9deb4b6c5a659795 (diff) | |
download | scummvm-rg350-3849a3e90e6e679e35f8ec4517ce38d2a0c5d098.tar.gz scummvm-rg350-3849a3e90e6e679e35f8ec4517ce38d2a0c5d098.tar.bz2 scummvm-rg350-3849a3e90e6e679e35f8ec4517ce38d2a0c5d098.zip |
WINDOWS: Change location where screenshot are saved
This fixes bug #9701: WINDOWS: Flow of taking screenshots
on Windows is broken
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -81,8 +81,9 @@ Table of Contents: 8.0) Configuration file * 8.1 Recognized configuration keywords * 8.2 Custom game options that can be toggled via the GUI -9.0) Compiling -10.0) Credits +9.0) Screenshots (SDL backend only) +10.0) Compiling +11.0) Credits 1.0) Introduction: @@ -2678,7 +2679,13 @@ once or readded in the ScummVM launcher's game list. This will update the configuration of each entry, allowing the custom options to be shown. -9.0) Compiling: +9.0) Screenshots (SDL backend only): +---- ------------------------------- +By default screenshots are put into the current directory, however on Windows +the directory for this purpose is set to "Users\username\My Pictures\ScummVM Screenshots". + + +10.0) Compiling: ---- ---------- For an up-to-date overview on how to compile ScummVM for various platforms, please consult our Wiki, in particular this page: @@ -2787,7 +2794,7 @@ debug messages (see <https://technet.microsoft.com/en-us/sysinternals/debugview. <http://wiki.scummvm.org/index.php/Compiling_ScummVM/Symbian> -10.0) Credits +11.0) Credits ----- ------- Please refer to our extensive Credits list at: |