X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=b25674c648c9cde38e39d0255e25e8e7194219a8;hp=3e6d417e91fabb67b2447ec0d660190c7b0ff581;hb=650adfd2da779ba8855623362c2900583e22931e;hpb=a29f182fb4cf03fb74ec809746cee757f6d47715 diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 3e6d417e..b25674c6 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -335,7 +335,7 @@ void psxRcntUpdate() if( SPU_async ) { - SPU_async( SpuUpdInterval[Config.PsxType] * rcnts[3].target ); + SPU_async( cycle, 1 ); } } @@ -501,7 +501,7 @@ void psxRcntInit() /******************************************************************************/ -s32 psxRcntFreeze( gzFile f, s32 Mode ) +s32 psxRcntFreeze( void *f, s32 Mode ) { u32 count; s32 i;