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:
aa1f728
)
cdrom: remove cdrWrite3 reschedule
author
notaz
<notasas@gmail.com>
Sat, 5 Feb 2011 00:36:44 +0000
(
02:36
+0200)
committer
notaz
<notasas@gmail.com>
Wed, 9 Feb 2011 12:59:32 +0000
(14:59 +0200)
shalma keeps adding and removing it, I think it does more harm then good
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
b063fa5
..
343d82c
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-1894,9
+1894,15
@@
void cdrWrite3(unsigned char rt) {
return;
}
+ // XA streaming - incorrect timing because of this reschedule
+ // - Final Fantasy Tactics
+ // - various other games
+
+ /*
if (cdr.Reading && !cdr.ResultReady) {
CDREAD_INT((cdr.Mode & MODE_SPEED) ? (cdReadTime / 2) : cdReadTime);
}
+ */
return;
}