From e3643a358b5c8e59699ccedc883ebef9aa4c3741 Mon Sep 17 00:00:00 2001 From: cdozdil Date: Wed, 10 Jun 2026 18:47:31 +0300 Subject: [PATCH] Fix for DLSSD feature reverting to DLSS --- OptiScaler/menu/menu_common.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index 303cbec3..e29833df 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -1012,6 +1012,9 @@ void KeyUp(UINT vKey) Upscaler MenuCommon::GetBackendCode(const API api) { + if (auto feature = State::Instance().currentFeature) + return feature->GetUpscalerType(); + Upscaler upscaler; if (api == DX11)