rsx: Fix crash when host labels option is disabled

This commit is contained in:
kd-11 2024-10-23 19:34:20 +03:00 committed by Megamouse
parent 5ed7d043c4
commit 60ae4c1121

View file

@ -1165,8 +1165,12 @@ namespace rsx
// Update other sub-units // Update other sub-units
zcull_ctrl->update(this); zcull_ctrl->update(this);
if (m_host_dma_ctrl)
{
m_host_dma_ctrl->update(); m_host_dma_ctrl->update();
} }
}
// Execute FIFO queue // Execute FIFO queue
run_FIFO(); run_FIFO();