diff options
| author | Ray <[email protected]> | 2021-04-06 22:49:41 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-06 22:49:41 +0200 |
| commit | 71b86bf4d06d3d0c74ebb1b898da36414815d2b1 (patch) | |
| tree | 94fbb8e612f52d8f7440464dac78d4e1c0bf0706 /src/config.h | |
| parent | fd663024eadae3c0ab0e86e0f0d6ad64a95f4cac (diff) | |
| download | raylib-71b86bf4d06d3d0c74ebb1b898da36414815d2b1.tar.gz raylib-71b86bf4d06d3d0c74ebb1b898da36414815d2b1.zip | |
REDESIGNED: Vr stereo rendering
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
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 //------------------------------------------------------------------------------------ |
