rsx: Fix crash when host labels option is disabled

This commit is contained in:
kd-11 2024-10-23 19:34:20 +03:00
parent 5ed7d043c4
commit 39730e0a5d

View file

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