From: gameblabla Date: Wed, 25 Aug 2021 21:53:08 +0000 (+0000) Subject: We shouldn't throw an error for GetQ. (#202) X-Git-Tag: r23~128 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=6360a61b062aeb1352c80dddcae611228207f5b5 We shouldn't throw an error for GetQ. (#202) I doubt this is used by any games but who knows. See Mednafen for reference : https://github.com/libretro-mirrors/mednafen-git/blob/1899500078169e787f86eb5302a3f35abdaa8764/src/psx/cdc.cpp#L2527 --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 0bb2d57b..5b53e99d 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -898,8 +898,7 @@ void cdrInterrupt() { break; case CdlGetQ: - // TODO? - CDR_LOG_I("got CdlGetQ\n"); + no_busy_error = 1; break; case CdlReadToc: