added nvidia and fsr info

This commit is contained in:
cdozdil
2024-12-21 16:09:01 +03:00
parent 9bbbeb5306
commit a4cb33ab75
+2
View File
@@ -249,6 +249,7 @@ public:
// linux check
bool IsRunningOnLinux = false;
bool IsRunningOnDXVK = false;
bool IsRunningOnNvidia = false;
bool IsDxgiMode = false;
bool WorkingAsNvngx = false;
@@ -278,6 +279,7 @@ public:
bool nvngxExist = false;
bool libxessExist = false;
bool fsrHooks = false;
IFeature* CurrentFeature = nullptr;