mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 20:25:45 -04:00
DMA: Kick start transfers on master enable
This commit is contained in:
@ -125,6 +125,7 @@ void DMA::WriteRegister(u32 offset, u32 value)
|
||||
{
|
||||
Log_TracePrintf("DPCR <- 0x%08X", value);
|
||||
m_DPCR.bits = value;
|
||||
UpdateTransferPending();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user