mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:45:46 -04:00
DMA: Add missing transfer_ticks to save state
This commit is contained in:
@ -43,6 +43,7 @@ bool DMA::DoState(StateWrapper& sw)
|
||||
sw.Do(&cs.base_address);
|
||||
sw.Do(&cs.block_control.bits);
|
||||
sw.Do(&cs.channel_control.bits);
|
||||
sw.Do(&cs.transfer_ticks);
|
||||
sw.Do(&cs.request);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user