mirror of https://github.com/PCSX2/pcsx2.git
Only a small commit i know, but highly frustrating for Tekken Tag players (slows it down a bit). Im back! sort of, just getting familiar with the code again :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2710 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
cbad1f9bd5
commit
30c0b0f923
|
@ -530,7 +530,7 @@ void mfifoGIFtransfer(int qwc)
|
||||||
|
|
||||||
void gifMFIFOInterrupt()
|
void gifMFIFOInterrupt()
|
||||||
{
|
{
|
||||||
Console.WriteLn("gifMFIFOInterrupt");
|
//Console.WriteLn("gifMFIFOInterrupt");
|
||||||
mfifocycles = 0;
|
mfifocycles = 0;
|
||||||
|
|
||||||
if (Path3progress == STOPPED_MODE)
|
if (Path3progress == STOPPED_MODE)
|
||||||
|
|
Loading…
Reference in New Issue