From: ptitSeb Date: Thu, 17 Oct 2013 20:04:47 +0000 (+0200) Subject: Core: Fix Perfect Dark freeze (thanks to mupen64plus-libretro team) X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=commitdiff_plain;h=3c86bdb64da9314ba6bbd83a84585122352dfc9b Core: Fix Perfect Dark freeze (thanks to mupen64plus-libretro team) --- diff --git a/source/mupen64plus-core/src/r4300/interupt.c b/source/mupen64plus-core/src/r4300/interupt.c old mode 100644 new mode 100755 index 3225559..f3f185c --- a/source/mupen64plus-core/src/r4300/interupt.c +++ b/source/mupen64plus-core/src/r4300/interupt.c @@ -126,7 +126,8 @@ void add_interupt_event(int type, unsigned int delay) if(Count > 0x80000000) SPECIAL_done = 0; if (get_event(type)) { - DebugMessage(M64MSG_WARNING, "two events of type 0x%x in interrupt queue", type); + //DebugMessage(M64MSG_WARNING, "two events of type 0x%x in interrupt queue", type); + return; // silently return... } if (q == NULL)