From 041c6f8ad7f4d8412baae0349651b1705e459adf Mon Sep 17 00:00:00 2001 From: Shmekle <103163023+shmkle@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:16:32 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3489cca..f46a6f8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,15 @@ Improves cursor clarity for higher refresh rate monitors with minimal latency. I 0.5 == 50% predicted, half frame of latency, reasonable lines 1.0 == 100% predicted, no latency, ugly lines. it works well if you have any smoothing + +**Frame Time Sync:** + + Change this if your cursor twitches out of line, value controls how strong the filter wants to stay in sync. Default: 0.25, Range: 0.0 - 1.0 + higher == worse looking cursor gaps, less glitching + lower = better-looking cursor gaps, more glitching + + **EMA Weight:** Adds or removes smoothing. Default: 1.0, Range: 0.0 - 1.0