mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-28 17:16:46 +00:00
added nvidia and fsr info
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user