1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

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,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