mirror of
https://github.com/libretro/Play-.git
synced 2025-01-22 08:41:07 +00:00
Fixed PsfPlayer build.
This commit is contained in:
parent
c43c6493ab
commit
c02c1e52f7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user