From c2360853ed4794a964e972d4837a83578ac01d04 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Sun, 21 Jul 2019 20:57:57 +0200 Subject: [PATCH] psxbios: Fixup mistake in card_info function. This fixes Looney Tunes Sheep Raiders. --- libpcsxcore/psxbios.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index 7c908e39..93a40576 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1593,11 +1593,8 @@ void psxBios__card_info() { // ab break; } -// DeliverEvent(0x11, 0x2); // 0xf0000011, 0x0004 -// DeliverEvent(0x11, 0x2); // 0xf0000011, 0x0004 - DeliverEvent(0x81, 0x2); // 0xf4000001, 0x0004 + DeliverEvent(0x11, 0x2); // 0xf4000001, 0x0004 DeliverEvent(0x81, ret); // 0xf4000001, 0x0004 - v0 = 1; pc0 = ra; } -- 2.39.2