diff options
author | Travis Howell | 2012-01-23 23:17:55 +1100 |
---|---|---|
committer | Travis Howell | 2012-01-23 23:18:21 +1100 |
commit | 8701e0a382b4b42d75cf38006234612c344808cf (patch) | |
tree | 39ac59476e21eada9e74dc840c3eb2ed55638884 /README | |
parent | 2294b8aa661128407e259d919e666d8d910c7ce6 (diff) | |
download | scummvm-rg350-8701e0a382b4b42d75cf38006234612c344808cf.tar.gz scummvm-rg350-8701e0a382b4b42d75cf38006234612c344808cf.tar.bz2 scummvm-rg350-8701e0a382b4b42d75cf38006234612c344808cf.zip |
WINDOWS: Add default save paths for Windows NT4 onwards
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1340,8 +1340,20 @@ config file by setting the savepath parameter. See the example config file later in this README. The platforms that currently have a different default directory are: - Mac OS X: $HOME/Documents/ScummVM Savegames/ - Other unices: $HOME/.scummvm/ + Mac OS X: + $HOME/Documents/ScummVM Savegames/ + + Other unices: + $HOME/.scummvm/ + + Windows Vista/7: + \Users\username\AppData\Roaming\ScummVM\Saved games\ + + Windows 2000/XP: + \Documents and Settings\username\Application Data\ScummVM\Saved games\ + + Windows NT4: + <windir>\Profiles\username\Application Data\ScummVM\Saved games\ 6.1) Autosaves: |