..:: PCSX2 Forums ::..

Full Version: Tekken Tag Tournament (U) - 67454C1E
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All

I am having no issues playing Tekken 3 Tag on native resolution with all default settings on 1.2.1 (r5875) but this message appears in the log (the game plays fine). Should I be concerned?

Message in the log: WTF GIFMFIFO

Rig in my sig.

Thanks!
This is the code that does that(Which is in Gif.cpp and function gifMFIFOInterrupt() ):

Code:
if(!gifch.chcr.STR) {
        Console.WriteLn("WTF GIFMFIFO");
        cpuRegs.interrupt &= ~(1 << 11);
        return;
    }

But if it doesn't cause an issue, I wouldn't worry.
Thanks for the input. I was hoping that was the case. I just wasn't sure if there was an issue behind the scenes that I wasn't seeing.