Fix for DLSSD feature reverting to DLSS

This commit is contained in:
cdozdil
2026-06-10 19:06:04 +02:00
committed by FakeMichau
parent 742d5843a5
commit e3643a358b
+3
View File
@@ -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)