summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-27 03:02:25 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-27 03:02:25 +0000
commite832ac97861db3896e6771d091eb952c706dd101 (patch)
tree75f96c74a21527244701f0c9032a46c0170de3f4 /libpcsxcore/psxcounters.c
parent3f28bbe662d843c6cd3e073e44752f0f28560a02 (diff)
downloadpcsxr-e832ac97861db3896e6771d091eb952c706dd101.tar.gz
* Removed unnecessary files.
* Clean up build system (Issue #7815, VoidMage). * properly init some variables on reset (Patch #7887, notaz). * dfxvideo: several fixes to FPS bar (Patch #7879, dario86). * Region autodetection for 3 PAL demos (Patch #7879, dario86). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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 39a2ecc5..800f6497 100644
--- a/libpcsxcore/psxcounters.c
+++ b/libpcsxcore/psxcounters.c
@@ -462,6 +462,9 @@ void psxRcntInit()
_psxRcntWcount( i, 0 );
}
+ hSyncCount = 0;
+ spuSyncCount = 0;
+
psxRcntSet();
}