summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-07 15:00:11 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-07 15:00:11 +0000
commit2908534bd9c4b8250dce5e2b01be01362c4cef03 (patch)
tree18a38157b20b4e22b158752395f41d7464758a42
parent1f60537347e86ff502d12b0a15efa78ac4624a90 (diff)
downloadpcsxr-2908534bd9c4b8250dce5e2b01be01362c4cef03.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@29193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--libpcsxcore/cdriso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c
index 5207427f..ab20fce9 100644
--- a/libpcsxcore/cdriso.c
+++ b/libpcsxcore/cdriso.c
@@ -160,7 +160,7 @@ static void *playthread(void *param)
usleep(d * 1000);
#endif
- t += CDDA_FRAMETIME;
+ t = GetTickCount() + CDDA_FRAMETIME;
if ((d = fread(sndbuffer, 1, sizeof(sndbuffer), cddaHandle)) == 0) {
playing = 0;