notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968795e
)
cdrom: some swap cd tuning
author
notaz
<notasas@gmail.com>
Sun, 13 Jan 2013 19:48:48 +0000
(21:48 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 13 Jan 2013 19:48:48 +0000
(21:48 +0200)
because last commit removed wrong read stop
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
034e657
..
bcf83e7
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-298,13
+298,14
@@
static void Check_Shell( int Irq )
{
// Vib Ribbon: pre-CD swap
StopCdda();
+ StopReading();
// GameShark Lite: Death if DiskError happens
//
// Vib Ribbon: Needs DiskError for CD swap
- if (Irq != CdlNop)
+
//
if (Irq != CdlNop)
{
cdr.Stat = DiskError;