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:
28eea6a
)
cdrom: remove another hack
author
notaz
<notasas@gmail.com>
Sat, 3 Sep 2022 15:33:09 +0000
(18:33 +0300)
committer
notaz
<notasas@gmail.com>
Sat, 3 Sep 2022 16:16:19 +0000
(19:16 +0300)
The hack just makes Worms Pinball unstable, and Crusaders of Might
and Magic no longer seems to need it.
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
50c3d13
..
4830363
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-1071,15
+1071,6
@@
void cdrInterrupt(void) {
// - fixes new game
ReadTrack(cdr.SetSectorPlay);
-
- // Crusaders of Might and Magic - update getlocl now
- // - fixes cutscene speech
- {
- u8 *buf = CDR_getBuffer();
- if (buf != NULL)
- memcpy(cdr.Transfer, buf, 8);
- }
-
/*
Duke Nukem: Land of the Babes - seek then delay read for one frame
- fixes cutscenes