summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 2ea4b438..77e936bd 100644
--- a/src/config.h
+++ b/src/config.h
@@ -50,6 +50,8 @@
#define SUPPORT_SCREEN_CAPTURE 1
// Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()
#define SUPPORT_GIF_RECORDING 1
+// Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP)
+//#define SUPPORT_HIGH_DPI 1
//------------------------------------------------------------------------------------