File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4288,12 +4288,12 @@ void GSDevice12::RenderHW(GSHWDrawConfig& config)
42884288 draw_rt = m_current_render_target;
42894289 m_pipeline_selector.rt = true ;
42904290 }
4291- }
4292- else if (!draw_ds && m_current_depth_target && config. tex != m_current_depth_target &&
4293- m_current_depth_target-> GetSize () == draw_rt-> GetSize ())
4294- {
4295- draw_ds = m_current_depth_target ;
4296- m_pipeline_selector. ds = true ;
4291+ else if (!draw_ds && m_current_depth_target && config. tex != m_current_depth_target &&
4292+ m_current_depth_target-> GetSize () == draw_rt-> GetSize ())
4293+ {
4294+ draw_ds = m_current_depth_target;
4295+ m_pipeline_selector. ds = true ;
4296+ }
42974297 }
42984298
42994299 GSTexture12* draw_ds_as_rt = static_cast <GSTexture12*>(config.ds_as_rt );
You can’t perform that action at this time.
0 commit comments