X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fcdriso.c;h=660d109cc45c2ebc7283baef7ec620f7922bb551;hb=6ca445e297c87f83b1e7af0a880a5a599861f066;hp=db57b0c54ea93a80b6db6de03519d7538329a5ee;hpb=34ee348026b79e9bc0bc20450bf99ee987970a06;p=pcsx_rearmed.git diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index db57b0c5..660d109c 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -1708,7 +1708,7 @@ long CALLBACK ISOreadCDDA(unsigned char m, unsigned char s, unsigned char f, uns } } } - if (!handle) { + if (!handle && !chd_img) { memset(buffer, 0, CD_FRAMESIZE_RAW); return -1; }