mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 07:36:45 +00:00
Fix DLSSG overrides not showing
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user