diff options
| -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; |
