DMA: Convert to namespace

This commit is contained in:
Connor McLaughlin
2023-01-11 18:51:38 +10:00
parent d096a09ed8
commit 3acf569d67
9 changed files with 298 additions and 298 deletions

View File

@ -341,7 +341,7 @@ void GPU::UpdateDMARequest()
break;
}
m_GPUSTAT.dma_data_request = dma_request;
g_dma.SetRequest(DMA::Channel::GPU, dma_request);
DMA::SetRequest(DMA::Channel::GPU, dma_request);
}
void GPU::UpdateGPUIdle()