ChunkFile has allowed me to accidentally "Do" a non-POD for the last time!

This commit is contained in:
Jordan Woyak
2013-04-09 18:57:39 -05:00
parent 5c374b2718
commit 385d8e2b15
18 changed files with 43 additions and 30 deletions

View File

@ -80,9 +80,9 @@ void UpdateInterrupts_Wrapper(u64 userdata, int cyclesLate)
void DoState(PointerWrap &p)
{
p.Do(m_CPStatusReg);
p.Do(m_CPCtrlReg);
p.Do(m_CPClearReg);
p.DoPOD(m_CPStatusReg);
p.DoPOD(m_CPCtrlReg);
p.DoPOD(m_CPClearReg);
p.Do(m_bboxleft);
p.Do(m_bboxtop);
p.Do(m_bboxright);