psxbios: Make HLE bios start from block 1, not 2.
[pcsx_rearmed.git] / libpcsxcore / psxbios.c
index ee307e3..59471f1 100644 (file)
@@ -2278,7 +2278,7 @@ void psxBios_firstfile() { // 42
        if (pa0) {
                strcpy(ffile, pa0);
                pfile = ffile+5;
-               nfile = 1;
+               nfile = 0;
                if (!strncmp(pa0, "bu00", 4)) {
                        // firstfile() calls _card_read() internally, so deliver it's event
                        DeliverEvent(0x11, 0x2);