diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-10 12:30:47 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-10 12:30:47 +0000 |
| commit | 5161597c2ff9561b2f35f6c68e77e2af623f90f7 (patch) | |
| tree | 5652121d696158f213e57d6b88db1d3e7ee105c2 | |
| parent | 998248e80d1c8b1d86007de27ba8baae83ffd986 (diff) | |
| download | pcsxr-5161597c2ff9561b2f35f6c68e77e2af623f90f7.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44494 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/cdrom.c | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |
