X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=47a32cce26ee18b57a64cdce4f39bf648483466e;hb=0aa7361c7c226c94d0f9ae4779bcc635454ef276;hp=889639d668b79c3f2576cb36ae41fd09210ec46b;hpb=1631b0537f583dee1875f4538d89e4867efec1ae;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 889639d6..47a32cce 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -379,7 +379,7 @@ int CheckCdrom() { time[2] = itob(0x10); if (!Config.HLE && Config.SlowBoot) { - // boot to BIOS in case of CDDA ir lid open + // boot to BIOS in case of CDDA or lid is open CDR_getStatus(&stat); if ((stat.Status & 0x10) || stat.Type == 2 || !CDR_readTrack(time)) return 0;