From 2908534bd9c4b8250dce5e2b01be01362c4cef03 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 7 Sep 2009 15:00:11 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@29193 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdriso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') 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; -- cgit v1.2.3