cdrom: adjust logging
[pcsx_rearmed.git] / frontend / libretro.c
index fe3b5f1..3864c88 100644 (file)
@@ -2710,12 +2710,6 @@ void retro_run(void)
    {
       rebootemu = 0;
       SysReset();
-      if (!Config.HLE && !Config.SlowBoot)
-      {
-         // skip BIOS logos
-         psxRegs.pc = psxRegs.GPR.n.ra;
-      }
-      return;
    }
 
    print_internal_fps();