update parallel rsp

This commit is contained in:
Logan McNaughton
2022-07-22 13:59:09 -06:00
parent a0036a720f
commit 3e9a3fddde
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ RSP::CPU cpu;
#else
RSP::JIT::CPU cpu;
#endif
short MFC0_count[32];
uint32_t MFC0_count[32];
int SP_STATUS_TIMEOUT;
} // namespace RSP
@@ -183,7 +183,7 @@ extern "C"
RSP::cpu.get_state().cp0.irq = RSP::rsp.MI_INTR_REG;
// From CXD4.
RSP::SP_STATUS_TIMEOUT = 0x7fff;
RSP::SP_STATUS_TIMEOUT = 0xffff;
RSP::cpu.set_dmem(reinterpret_cast<uint32_t *>(Rsp_Info.DMEM));
RSP::cpu.set_imem(reinterpret_cast<uint32_t *>(Rsp_Info.IMEM));