mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:05:47 -04:00
CPU/Recompiler: Implement mfhi/mthi/mflo/mtlo
This commit is contained in:
@ -74,10 +74,6 @@ bool Core::DoState(StateWrapper& sw)
|
||||
sw.Do(&m_pending_ticks);
|
||||
sw.Do(&m_downcount);
|
||||
sw.DoArray(m_regs.r, countof(m_regs.r));
|
||||
sw.Do(&m_regs.pc);
|
||||
sw.Do(&m_regs.hi);
|
||||
sw.Do(&m_regs.lo);
|
||||
sw.Do(&m_regs.npc);
|
||||
sw.Do(&m_cop0_regs.BPC);
|
||||
sw.Do(&m_cop0_regs.BDA);
|
||||
sw.Do(&m_cop0_regs.TAR);
|
||||
|
Reference in New Issue
Block a user