diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-07 15:00:11 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-07 15:00:11 +0000 |
| commit | 2908534bd9c4b8250dce5e2b01be01362c4cef03 (patch) | |
| tree | 18a38157b20b4e22b158752395f41d7464758a42 | |
| parent | 1f60537347e86ff502d12b0a15efa78ac4624a90 (diff) | |
| download | pcsxr-2908534bd9c4b8250dce5e2b01be01362c4cef03.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@29193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/cdriso.c | 2 |
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; |
