mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +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…
x
Reference in New Issue
Block a user