mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-27 08:00:36 +00:00
DMA: Kick start transfers on master enable
This commit is contained in:
parent
2f8edd1812
commit
14d32c882a
@ -125,6 +125,7 @@ void DMA::WriteRegister(u32 offset, u32 value)
|
||||
{
|
||||
Log_TracePrintf("DPCR <- 0x%08X", value);
|
||||
m_DPCR.bits = value;
|
||||
UpdateTransferPending();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user