summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-03 16:16:38 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-03 16:16:38 +0000
commit67943f6a9cc2ffb63e6cc52f8564003459c2dbca (patch)
tree67b48ffe49e991a5716050149f09df48671572c5 /libpcsxcore/cdriso.c
parentaf520d80a1e7273753f77ede342a62e598408132 (diff)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@28794 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdriso.c')
-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;