notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
cc3577f
66425c2
)
Merge pull request #552 from libretro/fp_fix_libretro
author
gameblabla
<gameblabla@users.noreply.github.com>
Sat, 2 Oct 2021 13:10:22 +0000
(13:10 +0000)
committer
GitHub
<noreply@github.com>
Sat, 2 Oct 2021 13:10:22 +0000
(13:10 +0000)
Implement fix from Mednafen for Fantastic Pinball Kyuutenkai.
1
2
libpcsxcore/cdrom.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
libpcsxcore/cdrom.c
index
d6ee520
,
93b3c4f
..
5ffb7fa
---
1
/
libpcsxcore/cdrom.c
---
2
/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@@
-46,9
-46,10
+46,10
@@@
cdrStruct cdr;
static unsigned char *pTransfer;
+ static s16 read_buf[CD_FRAMESIZE_RAW/2];
/* CD-ROM magic numbers */
-#define CdlSync 0
+#define CdlSync 0
/* nocash documentation : "Uh, actually, returns error code 40h = Invalid Command...?" */
#define CdlNop 1
#define CdlSetloc 2
#define CdlPlay 3