mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-23 05:46:27 +00:00
fix naming of FSR3.X
This commit is contained in:
@@ -707,7 +707,7 @@ bool FSR31FeatureDx11on12::InitFSR3(const NVSDK_NGX_Parameter* InParameters)
|
||||
}
|
||||
|
||||
auto version = State::Instance().fsr3xVersionNames[Config::Instance()->Fsr3xIndex.value_or_default()];
|
||||
_name = std::format("FSR {}", version);
|
||||
_name = "FSR";
|
||||
parse_version(version);
|
||||
|
||||
LOG_TRACE("sleeping after _createContext creation for 500ms");
|
||||
|
||||
@@ -698,7 +698,7 @@ bool FSR31FeatureDx12::InitFSR3(const NVSDK_NGX_Parameter* InParameters)
|
||||
}
|
||||
|
||||
auto version = State::Instance().fsr3xVersionNames[Config::Instance()->Fsr3xIndex.value_or_default()];
|
||||
_name = std::format("FSR {}", version);
|
||||
_name = "FSR";
|
||||
parse_version(version);
|
||||
|
||||
State::Instance().skipSpoofing = false;
|
||||
|
||||
@@ -279,10 +279,9 @@ bool FSR31FeatureVk::InitFSR3(const NVSDK_NGX_Parameter* InParameters)
|
||||
}
|
||||
|
||||
auto version = State::Instance().fsr3xVersionNames[Config::Instance()->Fsr3xIndex.value_or_default()];
|
||||
_name = std::format("FSR {}", version);
|
||||
_name = "FSR";
|
||||
parse_version(version);
|
||||
|
||||
|
||||
SetInit(true);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user