Merge pull request #552 from libretro/fp_fix_libretro
authorgameblabla <gameblabla@users.noreply.github.com>
Sat, 2 Oct 2021 13:10:22 +0000 (13:10 +0000)
committerGitHub <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

  
  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