diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-04 11:15:31 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-04 11:15:31 +0000 |
| commit | 63a0075d252741b0a1d9556e66e2cc4d76705747 (patch) | |
| tree | a6664c6a288e2c3fac6e2e6ccba3ee155e77f1a6 /libpcsxcore | |
| parent | 67943f6a9cc2ffb63e6cc52f8564003459c2dbca (diff) | |
| download | pcsxr-63a0075d252741b0a1d9556e66e2cc4d76705747.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@28949 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdriso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 170950eb..eb7bbe3b 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -37,8 +37,6 @@ #define SUB_FRAMESIZE 96 -#define CDDA_FRAMETIME (1000 * (sizeof(sndbuffer) / CD_FRAMESIZE_RAW) / 75) - FILE *cdHandle = NULL; FILE *cddaHandle = NULL; FILE *subHandle = NULL; @@ -48,6 +46,8 @@ static unsigned char subbuffer[SUB_FRAMESIZE]; static unsigned char sndbuffer[CD_FRAMESIZE_RAW * 10]; +#define CDDA_FRAMETIME (1000 * (sizeof(sndbuffer) / CD_FRAMESIZE_RAW) / 75) + #ifdef _WIN32 static HANDLE threadid; #else |
