Don't enable adaptive vsync by default

This commit is contained in:
twinaphex 2018-09-24 17:03:11 +02:00
parent d5a1ce272c
commit 9fd580e5de

View File

@ -148,7 +148,7 @@ static const bool vsync = true;
static const unsigned max_swapchain_images = 3;
static const bool adaptive_vsync = true;
static const bool adaptive_vsync = false;
/* Attempts to hard-synchronize CPU and GPU.
* Can reduce latency at cost of performance. */