This commit is contained in:
2025-11-10 09:03:22 -08:00
parent 376698f46c
commit c04657cc69
9 changed files with 64 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ int allowwindowops = 0;
* near minlatency, but it waits longer for slow updates to avoid partial draw.
* low minlatency will tear/flicker more, as it can "detect" idle too early.
*/
static double minlatency = 8;
static double minlatency = 2;
static double maxlatency = 33;
/*