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

@ -1349,7 +1349,7 @@ void SPU::UpdateDMARequest()
}
// This might call us back directly.
g_dma.SetRequest(DMA::Channel::SPU, s_SPUSTAT.dma_request);
DMA::SetRequest(DMA::Channel::SPU, s_SPUSTAT.dma_request);
}
void SPU::DMARead(u32* words, u32 word_count)