From 0fdbe2237df643b0327a0906e8d399a6e458ae87 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 14 Jan 2022 18:38:26 -0800 Subject: LatencyFleX Implementation (#41) * Adds LatencyFleX, an open source and vendor agnostic input latency reduction technology similar to Nvidia's Reflex. Currently only works on Linux via Wine/Proton, but future versions may support Windows as well. Falls back to doing nothing if LatencyFleX isn't available. See here for more information: https://ishitatsuyuki.github.io/post/latencyflex/ * Add the ability to toggle LatencyFlex on or off with a cvar. --- NorthstarDedicatedTest/latencyflex.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 NorthstarDedicatedTest/latencyflex.h (limited to 'NorthstarDedicatedTest/latencyflex.h') diff --git a/NorthstarDedicatedTest/latencyflex.h b/NorthstarDedicatedTest/latencyflex.h new file mode 100644 index 00000000..db801261 --- /dev/null +++ b/NorthstarDedicatedTest/latencyflex.h @@ -0,0 +1,2 @@ +#pragma once +void InitialiseLatencyFleX(HMODULE baseAddress); \ No newline at end of file -- cgit v1.2.3