mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add SUPPORT_HIGH_DPI to CMakeOptions.txt
This commit is contained in:
@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user