bios: firstfile delivers an event on real bios, so do that
authornotaz <notasas@gmail.com>
Thu, 13 Jan 2011 14:49:48 +0000 (16:49 +0200)
committernotaz <notasas@gmail.com>
Sat, 15 Jan 2011 22:03:53 +0000 (00:03 +0200)
libpcsxcore/psxbios.c

index aa49b23..f2f2540 100644 (file)
@@ -1873,6 +1873,9 @@ void psxBios_firstfile() { // 42
                bufile(2);
        }
 
+       // firstfile() calls _card_read() internally, so deliver it's event
+       DeliverEvent(0x11, 0x2);
+
        pc0 = ra;
 }