summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-06 22:49:41 +0200
committerRay <[email protected]>2021-04-06 22:49:41 +0200
commit71b86bf4d06d3d0c74ebb1b898da36414815d2b1 (patch)
tree94fbb8e612f52d8f7440464dac78d4e1c0bf0706 /src/config.h
parentfd663024eadae3c0ab0e86e0f0d6ad64a95f4cac (diff)
downloadraylib-71b86bf4d06d3d0c74ebb1b898da36414815d2b1.tar.gz
raylib-71b86bf4d06d3d0c74ebb1b898da36414815d2b1.zip
REDESIGNED: Vr stereo rendering
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 0f6ac7a3..55834fcd 100644
--- a/src/config.h
+++ b/src/config.h
@@ -57,8 +57,6 @@
#define SUPPORT_COMPRESSION_API 1
// Support saving binary data automatically to a generated storage.data file. This file is managed internally.
#define SUPPORT_DATA_STORAGE 1
-// Support VR simulation functionality (stereo rendering)
-#define SUPPORT_VR_SIMULATOR 1
// core: Configuration values
//------------------------------------------------------------------------------------