mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 17:55:41 -04: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);
|
Log_TracePrintf("DPCR <- 0x%08X", value);
|
||||||
m_DPCR.bits = value;
|
m_DPCR.bits = value;
|
||||||
|
UpdateTransferPending();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user