diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-02-13 03:49:01 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-02-13 03:49:01 +0000 |
| commit | 1ccb62ed8e2ba0ac2fe6d0f29eef3e4b69f10b74 (patch) | |
| tree | e4efd5339ac306a67c992c3a5456b3c71e1e6575 /libpcsxcore/cdrom.c | |
| parent | 9ea4ad75fbdbd9d4e04db83f884006b20d547204 (diff) | |
| download | pcsxr-1ccb62ed8e2ba0ac2fe6d0f29eef3e4b69f10b74.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41506 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -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 b2384671..c6d44290 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -105,13 +105,14 @@ static struct SubQ *subq; cdr.FirstSector = 1; \ cdr.Readed = 0xff; \ AddIrqQueue(READ_ACK, 0x800); \ -} +} #define StopReading() { \ if (cdr.Reading) { \ cdr.Reading = 0; \ psxRegs.interrupt &= ~0x40000; \ } \ + cdr.StatP &= ~0x20; \ } #define StopCdda() { \ |
