From 5161597c2ff9561b2f35f6c68e77e2af623f90f7 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 10 Apr 2010 12:30:47 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44494 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 558140f0..c2ac65a3 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -256,7 +256,8 @@ void cdrInterrupt() { cdr.Stat = DiskError; cdr.Result[0] |= 0x11; cdr.Result[0] &= ~0x02; - } else if (i & 0x10) { + } + else if (i & 0x10) { cdr.StatP |= 0x2; cdr.Result[0] |= 0x2; CheckCdrom(); -- cgit v1.2.3