From: gameblabla Date: Sun, 21 Jul 2019 18:57:57 +0000 (+0200) Subject: psxbios: Fixup mistake in card_info function. X-Git-Tag: r23~156^2~2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=c2360853ed4794a964e972d4837a83578ac01d04 psxbios: Fixup mistake in card_info function. This fixes Looney Tunes Sheep Raiders. --- 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; }