diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-05-12 15:15:34 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-12 15:15:34 +1000 |
| commit | 707266aeed400a3403d3733328ea06a507fb4789 (patch) | |
| tree | 6b1ff686cf1f4a1ac37716ae0ed87f972d48330f /Source/Core/Common/CommonPaths.h | |
| parent | 3bcee22f1747dad534e8e3095c604ad172591d39 (diff) | |
| parent | c513bb5309b9e608230caf5d77ed4c323046d007 (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.h | 1 |
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" |
