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:
29a8c4f
)
cdrom: restore cdrWrite3 reschedule
author
notaz
<notasas@gmail.com>
Sun, 13 Mar 2011 23:39:50 +0000
(
01:39
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 13 Mar 2011 23:39:50 +0000
(
01:39
+0200)
but only when command is being processed
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
ee74835
..
aa1473f
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-1897,11
+1897,10
@@
void cdrWrite3(unsigned char rt) {
// - Final Fantasy Tactics
// - various other games
- /*
+ if (cdr.Irq) // rearmed guesswork hack
if (cdr.Reading && !cdr.ResultReady) {
CDREAD_INT((cdr.Mode & MODE_SPEED) ? (cdReadTime / 2) : cdReadTime);
}
- */
return;
}