We shouldn't throw an error for GetQ. (#202)
[pcsx_rearmed.git] / libpcsxcore / cdrom.c
index 0bb2d57..5b53e99 100644 (file)
@@ -898,8 +898,7 @@ void cdrInterrupt() {
                        break;
 
                case CdlGetQ:
-                       // TODO?
-                       CDR_LOG_I("got CdlGetQ\n");
+                       no_busy_error = 1;
                        break;
 
                case CdlReadToc: