X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=3f6e13956e45e796ccb0bb14e165fbae82bc02f3;hb=4e9dcd7fcb8c6710b343f81ff89d691a0fd1a5e6;hp=6781c291e8380d48f7e93a9b26e61f41c3b1c7e2;hpb=b1be1eeee94d3547c20719acfa6b0082404897f1;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 6781c291..3f6e1395 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -176,6 +176,9 @@ void psxRcntSet() psxNextCounter = countToUpdate; } } + + psxRegs.interrupt |= (1 << PSXINT_RCNT); + new_dyna_set_event(PSXINT_RCNT, psxNextCounter); } /******************************************************************************/