mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-27 15:56:48 +00:00
forgot debug override
This commit is contained in:
@@ -1889,7 +1889,7 @@ bool MenuCommon::RenderMenu()
|
||||
}
|
||||
|
||||
// DLSS -----------------
|
||||
if (true || (Config::Instance()->DLSSEnabled.value_or_default() && currentBackend == "dlss" && State::Instance().currentFeature->Version().major > 2) ||
|
||||
if ((Config::Instance()->DLSSEnabled.value_or_default() && currentBackend == "dlss" && State::Instance().currentFeature->Version().major > 2) ||
|
||||
State::Instance().currentFeature->Name() == "DLSSD")
|
||||
{
|
||||
ImGui::SeparatorText("DLSS Settings");
|
||||
|
||||
Reference in New Issue
Block a user