mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00: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…
Reference in a new issue