mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-28 12:31:55 +00:00
move xess settings to advanced
This commit is contained in:
@@ -1462,7 +1462,7 @@ bool ImGuiCommon::RenderMenu()
|
||||
// UPSCALER SPECIFIC -----------------------------
|
||||
|
||||
// XeSS -----------------------------
|
||||
if (currentBackend == "xess" && Config::Instance()->CurrentFeature->Name() != "DLSSD")
|
||||
if (Config::Instance()->AdvancedSettings.value_or(false) && currentBackend == "xess" && Config::Instance()->CurrentFeature->Name() != "DLSSD")
|
||||
{
|
||||
ImGui::SeparatorText("XeSS Settings");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user