mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Don't enable adaptive vsync by default
This commit is contained in:
parent
d5a1ce272c
commit
9fd580e5de
@ -148,7 +148,7 @@ static const bool vsync = true;
|
|||||||
|
|
||||||
static const unsigned max_swapchain_images = 3;
|
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.
|
/* Attempts to hard-synchronize CPU and GPU.
|
||||||
* Can reduce latency at cost of performance. */
|
* Can reduce latency at cost of performance. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user