diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-31 09:40:55 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-31 09:40:55 +0000 |
| commit | e719dae71d52983edb311fa29fb88a01220547ec (patch) | |
| tree | 3d7d0e53758dadf1d7dc65024974c8713b630037 /libpcsxcore | |
| parent | ca856e539419b30201a64b7608debd0fb191a2a3 (diff) | |
| download | pcsxr-e719dae71d52983edb311fa29fb88a01220547ec.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34278 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -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 9c34f229..fee82551 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -57,7 +57,7 @@ static HANDLE threadid; static pthread_t threadid; #endif static int initial_offset = 0; -static char playing = 0; +static volatile char playing = 0; static char cddaBigEndian = 0; char* CALLBACK CDR__getDriveLetter(void); |
