X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fr4300%2Finterupt.c;fp=source%2Fmupen64plus-core%2Fsrc%2Fr4300%2Finterupt.c;h=f3f185c33a1370fdd25b8300727c2f4ed891ba59;hb=3c86bdb64da9314ba6bbd83a84585122352dfc9b;hp=32255597cdd54dc65b8cc5eb68e94b3f50be7a67;hpb=836fe65e49f43150d2f3f24ba5a5044537038da3;p=mupen64plus-pandora.git 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)