X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fmupen64plus-rsp-hle%2Fsrc%2Fmain.c;h=396321f77680acc9126fa7d17c09e823ce9c67c5;hp=ff6525aefab5587ab3f87c7a82aea0b119c6e641;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/mupen64plus-rsp-hle/src/main.c b/source/mupen64plus-rsp-hle/src/main.c index ff6525a..396321f 100644 --- a/source/mupen64plus-rsp-hle/src/main.c +++ b/source/mupen64plus-rsp-hle/src/main.c @@ -226,7 +226,9 @@ static void normal_task_dispatching() case 0x2caa6: jpeg_decode_PS(); return; /* JPEG: found in Ogre Battle, Bottom of the 9th */ - case 0x130de: jpeg_decode_OB(); return; + case 0x130de: + case 0x278b0: + jpeg_decode_OB(); return; } handle_unknown_task(sum);