mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-03 08:35:42 -04:00
DMA: Add missing transfer_ticks to save state
This commit is contained in:
parent
4524172573
commit
f12b97e98b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user