init some forgotten stuff
[pcsx_rearmed.git] / libpcsxcore / psxcounters.c
index ebfe629..c9f2931 100644 (file)
@@ -461,6 +461,9 @@ void psxRcntInit()
         _psxRcntWcount( i, 0 );
     }
 
+    hSyncCount = 0;
+    spuSyncCount = 0;
+
     psxRcntSet();
 }