Print console message when sceMpegIsEnd pattern is found for the Skip-MPEG gamefix.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3126 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2010-05-30 13:53:11 +00:00
parent 47b89a4146
commit 8adefdad3d
1 changed files with 1 additions and 0 deletions

View File

@ -1308,6 +1308,7 @@ bool skipMPEG_By_Pattern(u32 sPC) {
iBranchTest();
branch = 1;
pc = s_nEndBlock;
Console.WriteLn(Color_StrongGreen, "sceMpegIsEnd pattern found! Recompiling skip video fix...");
return 1;
}
return 0;