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:
d843225
)
cdrom: remove stopping on TN
author
notaz
<notasas@gmail.com>
Sun, 13 Jan 2013 19:08:36 +0000
(21:08 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 13 Jan 2013 19:10:50 +0000
(21:10 +0200)
breaks N2O, does not make sense too
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
3e95742
..
034e657
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-852,11
+852,6
@@
void cdrInterrupt() {
break;
case CdlGetTN:
- // 5-Star Racing: don't stop CDDA
- //
- // Vib Ribbon: CD swap
- StopReading();
-
cdr.CmdProcess = 0;
SetResultSize(3);
cdr.StatP |= STATUS_ROTATING;