notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe1a2b
)
fix irq10 for the dynarec
author
notaz
<notasas@gmail.com>
Tue, 5 Sep 2023 18:07:01 +0000
(21:07 +0300)
committer
notaz
<notasas@gmail.com>
Tue, 5 Sep 2023 18:16:08 +0000
(21:16 +0300)
libretro/pcsx_rearmed#723
libpcsxcore/r3000a.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/r3000a.c
b/libpcsxcore/r3000a.c
index
9b47936
..
df62725
100644
(file)
--- a/
libpcsxcore/r3000a.c
+++ b/
libpcsxcore/r3000a.c
@@
-264,7
+264,7
@@
static void psxScheduleIrq10One(u32 cycles_abs) {
psxRegs.interrupt |= 1 << PSXINT_IRQ10;
psxRegs.intCycle[PSXINT_IRQ10].cycle = c;
psxRegs.intCycle[PSXINT_IRQ10].sCycle = rcnts[3].cycleStart;
- new_dyna_set_event
(PSXINT_IRQ10, c
);
+ new_dyna_set_event
_abs(PSXINT_IRQ10, cycles_abs
);
}
void irq10Interrupt() {