Skip to content

Commit

Permalink
Дополнение для d5137fe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Dec 22, 2024
1 parent 8280cb4 commit b9576be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DX11VideoProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3564,7 +3564,7 @@ void CDX11VideoProcessor::Configure(const Settings_t& config)
}

if (changeSuperRes) {
auto superRes = (m_bVPScaling && !(m_bHdrPassthroughSupport && m_bHdrPassthrough && SourceIsHDR())) ? m_iVPSuperRes : SUPERRES_Disable;
auto superRes = (m_bVPScaling && m_srcParams.CDepth == 8 && !(m_bHdrPassthroughSupport && m_bHdrPassthrough && SourceIsHDR())) ? m_iVPSuperRes : SUPERRES_Disable;
m_bVPUseSuperRes = (m_D3D11VP.SetSuperRes(superRes) == S_OK);
}

Expand Down

0 comments on commit b9576be

Please sign in to comment.