X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=223266badbb91cf4db496f723ed06a347a2905ee;hb=da65071fd7ceac663bb951b13da2563d7b16431d;hp=678f2dbfa63f1d69f52bda450223aaaf9add5485;hpb=6777e331551ed0cc90f4aa809bbd0fee23fcf1a6;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 678f2dbf..223266ba 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -196,9 +196,10 @@ int LoadCdrom() { char exename[256]; if (!Config.HLE) { - if (!BiosBooted) return 0; // custom BIOS - if (psxRegs.pc != 0x80030000) return 0; // BiosBootBypass'ed - if (Config.SlowBoot) return 0; + if (psxRegs.pc != 0x80030000) // BiosBootBypass'ed or custom BIOS? + return 0; + if (Config.SlowBoot) + return 0; } time[0] = itob(0); time[1] = itob(2); time[2] = itob(0x10);