diff options
author | Sven Gothel <[email protected]> | 2015-07-14 07:16:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-14 07:16:45 +0200 |
commit | 787bf6c43c881ff969282ed8eaabfe680daa70f8 (patch) | |
tree | dcc7837f25bcf6dea8d838f7ae334e4883273d3b /make/config/oculusvr/oculusvr.c | |
parent | 35babe791b5c6db8a5dccac3a8f57e4f18d79d76 (diff) |
Bump OculusVR RIFT SDK to 0.5.0.1
State: Build clean on GNU/Linux and OSX
Diffstat (limited to 'make/config/oculusvr/oculusvr.c')
-rw-r--r-- | make/config/oculusvr/oculusvr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/oculusvr/oculusvr.c b/make/config/oculusvr/oculusvr.c index 35f86eb78..a3a9a3512 100644 --- a/make/config/oculusvr/oculusvr.c +++ b/make/config/oculusvr/oculusvr.c @@ -6,4 +6,7 @@ typedef struct ovrHmdStruct { #define OVR_ALIGNAS(n) +/** Removed in 0.5.0, but permanently enabled! */ +#define ovrDistortionCap_Chromatic 0x01 + #include "OVR_CAPI.h" |