mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
GPU/HW: Remove redundant check
This commit is contained in:
parent
acd684bca2
commit
c7139b943c
@ -1000,9 +1000,8 @@ void GPU_HW::SetVRAMRenderTarget()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_gpu_device->SetRenderTarget(m_vram_texture.get(), m_vram_depth_texture.get(),
|
g_gpu_device->SetRenderTarget(m_vram_texture.get(), m_vram_depth_texture.get(),
|
||||||
((m_allow_shader_blend && !m_use_rov_for_shader_blend) ?
|
m_allow_shader_blend ? GPUPipeline::ColorFeedbackLoop :
|
||||||
GPUPipeline::ColorFeedbackLoop :
|
GPUPipeline::NoRenderPassFlags);
|
||||||
GPUPipeline::NoRenderPassFlags));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user