X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=c9f293156dbee4bbb2b7fd078a8d9bf0f7118e6e;hp=ebfe62967fd2f6fa4ccbb1568352f275b82b288e;hb=c62b43c9f32d79116225247acf09ccd30d4d658b;hpb=57a757cedcc7928894aaf957565adfa95f1caab5 diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index ebfe6296..c9f29315 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -461,6 +461,9 @@ void psxRcntInit() _psxRcntWcount( i, 0 ); } + hSyncCount = 0; + spuSyncCount = 0; + psxRcntSet(); }