From ab07bf383cbbef495c0fd4424ce958e45bbfecab Mon Sep 17 00:00:00 2001 From: cdozdil Date: Wed, 4 Sep 2024 17:03:03 +0300 Subject: [PATCH] dxvk & disable spoofing variables added --- OptiScaler/Config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OptiScaler/Config.h b/OptiScaler/Config.h index 844c204a..84eff2ab 100644 --- a/OptiScaler/Config.h +++ b/OptiScaler/Config.h @@ -202,6 +202,9 @@ public: // linux check bool IsRunningOnLinux = false; + bool IsRunningOnDXVK = false; + bool VulkanSkipHooks = false; + bool IsDxgiMode = false; // vulkan menu hack