Refactor MIPS Interface

This commit is contained in:
SimoneN64
2024-05-10 21:40:12 +02:00
committed by Simone
parent e44646b870
commit f1e81a2dd5
18 changed files with 50 additions and 48 deletions

View File

@@ -204,6 +204,6 @@ void RDP::OnFullSync(MI& mi, Registers& regs) {
dpc.status.pipeBusy = false;
dpc.status.startGclk = false;
dpc.status.cbufReady = false;
InterruptRaise(mi, regs, Interrupt::DP);
mi.InterruptRaise(MI::Interrupt::DP);
}
}