diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-03 16:16:38 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-03 16:16:38 +0000 |
| commit | 67943f6a9cc2ffb63e6cc52f8564003459c2dbca (patch) | |
| tree | 67b48ffe49e991a5716050149f09df48671572c5 /libpcsxcore/cdriso.c | |
| parent | af520d80a1e7273753f77ede342a62e598408132 (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.c | 2 |
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; |
