mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ChunkFile has allowed me to accidentally "Do" a non-POD for the last time!
This commit is contained in:
@ -112,7 +112,7 @@ void VideoSoftware::DoState(PointerWrap& p)
|
||||
Clipper::DoState(p);
|
||||
p.Do(swxfregs);
|
||||
p.Do(bpmem);
|
||||
p.Do(swstats);
|
||||
p.DoPOD(swstats);
|
||||
|
||||
// CP Memory
|
||||
p.DoArray(arraybases, 16);
|
||||
|
Reference in New Issue
Block a user