diff --git a/rpcs3/Emu/RSX/RSXThread.cpp b/rpcs3/Emu/RSX/RSXThread.cpp index 1225c7f2f2..fb3a1e2975 100644 --- a/rpcs3/Emu/RSX/RSXThread.cpp +++ b/rpcs3/Emu/RSX/RSXThread.cpp @@ -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