diff options
Diffstat (limited to 'NorthstarDedicatedTest/latencyflex.cpp')
-rw-r--r-- | NorthstarDedicatedTest/latencyflex.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDedicatedTest/latencyflex.cpp b/NorthstarDedicatedTest/latencyflex.cpp index a677b6d2..623ac06b 100644 --- a/NorthstarDedicatedTest/latencyflex.cpp +++ b/NorthstarDedicatedTest/latencyflex.cpp @@ -1,7 +1,6 @@ #include "pch.h" #include "latencyflex.h" #include "hookutils.h" -#include "dedicated.h" #include "convar.h" typedef void (*OnRenderStartType)(); @@ -23,9 +22,6 @@ void OnRenderStartHook() void InitialiseLatencyFleX(HMODULE baseAddress) { - if (IsDedicated()) - return; - // Connect to the LatencyFleX service // LatencyFleX is an open source vendor agnostic replacement for Nvidia Reflex input latency reduction technology. // https://ishitatsuyuki.github.io/post/latencyflex/ |