Fix this... "invalid return 0" request
authorretro-wertz <retro-wertz@users.noreply.github.com>
Thu, 7 Mar 2019 11:59:53 +0000 (19:59 +0800)
committerretro-wertz <retro-wertz@users.noreply.github.com>
Thu, 7 Mar 2019 11:59:53 +0000 (19:59 +0800)
frontend/libretro.c

index 2363c37..bc56ff8 100644 (file)
@@ -1633,7 +1633,6 @@ void retro_run(void)
                if (!Config.HLE && !Config.SlowBoot) {
                        // skip BIOS logos
                        psxRegs.pc = psxRegs.GPR.n.ra;
-                       return 0;
                }
     }