psxbios: Fixup mistake in card_info function.
authorgameblabla <gameblabla@openmailbox.org>
Sun, 21 Jul 2019 18:57:57 +0000 (20:57 +0200)
committergameblabla <gameblabla@openmailbox.org>
Sun, 21 Jul 2019 18:57:57 +0000 (20:57 +0200)
This fixes Looney Tunes Sheep Raiders.

libpcsxcore/psxbios.c

index 7c908e3..93a4057 100644 (file)
@@ -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;
 }