CommonPaths: Add D_WFSROOT_IDX.

Defaults to $USERDIR/WFS. Used to store the contents normally stored on
WFS mass storage devices.
This commit is contained in:
Pierre Bourdon
2017-01-03 03:31:45 +01:00
parent a8f7012cf7
commit 45d27f7fc7
3 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@
#define ANAGLYPH_DIR "Anaglyph"
#define PIPES_DIR "Pipes"
#define MEMORYWATCHER_DIR "MemoryWatcher"
#define WFSROOT_DIR "WFS"
// This one is only used to remove it if it was present
#define SHADERCACHE_LEGACY_DIR "ShaderCache"