From e719dae71d52983edb311fa29fb88a01220547ec Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 31 Oct 2009 09:40:55 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34278 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdriso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') 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); -- cgit v1.2.3