From b225bb08ce503ffea0bd926987807928b8995e39 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 22 Jun 2019 03:30:46 +0200 Subject: [PATCH] Turn DEFAULT_VSYNC on --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 37e17b936c..517bf44df1 100644 --- a/config.def.h +++ b/config.def.h @@ -155,7 +155,7 @@ #define DEFAULT_DISABLE_COMPOSITION false /* Video VSYNC (recommended) */ -#define DEFAULT_VSYNC false +#define DEFAULT_VSYNC true #define DEFAULT_MAX_SWAPCHAIN_IMAGES 3