Fix DLSSG overrides not showing

This commit is contained in:
FakeMichau
2026-06-08 12:29:37 +02:00
parent 7445bb0e68
commit c03adbfe13
+1 -1
View File
@@ -3609,7 +3609,7 @@ bool MenuCommon::RenderMenu()
const bool dlssgInputOrOutput = state.activeFgOutput == FGOutput::DLSSG ||
state.activeFgOutput == FGOutput::DLSSGWithNvngx ||
state.activeFgInput != FGInput::DLSSG;
state.activeFgInput == FGInput::DLSSG;
ImGui::BeginDisabled(state.dlssgGameDMFGSupported &&
config->FGDLSSGOverrideForceDMFG.value_or_default());