summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdriso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c
index 8b292f45..170950eb 100644
--- a/libpcsxcore/cdriso.c
+++ b/libpcsxcore/cdriso.c
@@ -155,7 +155,7 @@ static void *playthread(void *param)
#ifdef _WIN32
Sleep(d);
#else
- usleep(d);
+ usleep(d * 1000);
#endif
t = GetTickCount() + CDDA_FRAMETIME;