DMA: Kick start transfers on master enable

This commit is contained in:
Connor McLaughlin 2019-10-11 02:18:16 +10:00
parent 2f8edd1812
commit 14d32c882a
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ void DMA::WriteRegister(u32 offset, u32 value)
{
Log_TracePrintf("DPCR <- 0x%08X", value);
m_DPCR.bits = value;
UpdateTransferPending();
return;
}