From 66ade3810a3c9077a8d779884d6ed42d036b129c Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 13 Jan 2011 16:49:48 +0200 Subject: [PATCH] bios: firstfile delivers an event on real bios, so do that --- libpcsxcore/psxbios.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index aa49b237..f2f25405 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -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; } -- 2.39.2