Add SUPPORT_HIGH_DPI to CMakeOptions.txt

This commit is contained in:
Shiqing
2019-05-03 12:17:58 +08:00
parent 0b2bad4205
commit 780cefc3b0
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#cmakedefine SUPPORT_SCREEN_CAPTURE 1
/* Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback() */
#cmakedefine SUPPORT_GIF_RECORDING 1
/* Support high DPI displays */
#cmakedefine SUPPORT_HIGH_DPI 1
// rlgl.h
/* Support VR simulation functionality (stereo rendering) */