Fixed PsfPlayer build.

This commit is contained in:
Jean-Philip Desjardins 2015-04-18 19:39:59 -04:00
parent c43c6493ab
commit c02c1e52f7

View File

@ -64,7 +64,7 @@ void CPsxBios::Reset()
//Setup kernel stack
m_cpu.m_State.nGPR[CMIPS::K0].nD0 = static_cast<int32>(KERNEL_STACK);
m_cpu.m_State.nCOP0[CCOP_SCU::STATUS] |= CMIPS::STATUS_INT;
m_cpu.m_State.nCOP0[CCOP_SCU::STATUS] |= CMIPS::STATUS_IE;
AssembleEventChecker();
AssembleInterruptHandler();