X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=3f6e13956e45e796ccb0bb14e165fbae82bc02f3;hp=6781c291e8380d48f7e93a9b26e61f41c3b1c7e2;hb=5b8c000f969c365d48418781d8f88f9c58d65611;hpb=d25604ca7b315121ec12f00d042ee87e4a0f3ecb 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); } /******************************************************************************/