aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/psxcounters.c')
-rw-r--r--libpcsxcore/psxcounters.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c
index ebfe629..c9f2931 100644
--- a/libpcsxcore/psxcounters.c
+++ b/libpcsxcore/psxcounters.c
@@ -461,6 +461,9 @@ void psxRcntInit()
_psxRcntWcount( i, 0 );
}
+ hSyncCount = 0;
+ spuSyncCount = 0;
+
psxRcntSet();
}