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)