mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
47b89a4146
commit
8adefdad3d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue