summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CommonPaths.h
diff options
context:
space:
mode:
authorConnor McLaughlin <stenzek@gmail.com>2019-05-12 15:15:34 +1000
committerGitHub <noreply@github.com>2019-05-12 15:15:34 +1000
commit707266aeed400a3403d3733328ea06a507fb4789 (patch)
tree6b1ff686cf1f4a1ac37716ae0ed87f972d48330f /Source/Core/Common/CommonPaths.h
parent3bcee22f1747dad534e8e3095c604ad172591d39 (diff)
parentc513bb5309b9e608230caf5d77ed4c323046d007 (diff)
Merge pull request #8069 from iwubcode/passive_support
VideoCommon: Implement passive stereoscopic 3D
Diffstat (limited to 'Source/Core/Common/CommonPaths.h')
-rw-r--r--Source/Core/Common/CommonPaths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h
index 7137dab3f6..2c1057b3fe 100644
--- a/Source/Core/Common/CommonPaths.h
+++ b/Source/Core/Common/CommonPaths.h
@@ -62,6 +62,7 @@
#define THEMES_DIR "Themes"
#define STYLES_DIR "Styles"
#define ANAGLYPH_DIR "Anaglyph"
+#define PASSIVE_DIR "Passive"
#define PIPES_DIR "Pipes"
#define MEMORYWATCHER_DIR "MemoryWatcher"
#define WFSROOT_DIR "WFS"