aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 18fbb181..a5e9bd9a 100644
--- a/src/core.c
+++ b/src/core.c
@@ -130,6 +130,10 @@
#include "external/rgif.h" // Support GIF recording
#endif
+#if defined(__APPLE__)
+ #define SUPPORT_HIGH_DPI // Force HighDPI support on macOS
+#endif
+
#include <stdio.h> // Standard input / output lib
#include <stdlib.h> // Required for: malloc(), free(), rand(), atexit()
#include <stdint.h> // Required for: typedef unsigned long long int uint64_t, used by hi-res timer