Core: Initialize FPR_Ctrl[Revision] to 0xA00

This commit is contained in:
zilmar 2022-12-12 15:27:07 +10:30
parent ff56992542
commit d3afe97d38
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ void CRegisters::Reset()
memset(m_CP0, 0, sizeof(m_CP0));
memset(m_FPR, 0, sizeof(m_FPR));
memset(m_FPCR, 0, sizeof(m_FPCR));
m_FPCR[0] = 0xA00;
m_CP0Latch = 0;
m_HI.DW = 0;
m_LO.DW = 0;