mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Add comments explaining what GSC_MidnightClub3 crc hack does.
This commit is contained in:
parent
132caf7f4a
commit
89848346ae
|
@ -616,6 +616,9 @@ bool GSC_MidnightClub3(const GSFrameInfo& fi, int& skip)
|
||||||
{
|
{
|
||||||
if(fi.TME && (fi.FBP > 0x01d00 && fi.FBP <= 0x02a00) && fi.FPSM == PSM_PSMCT32 && (fi.FBP >= 0x01600 && fi.FBP < 0x03260) && fi.TPSM == PSM_PSMT8H)
|
if(fi.TME && (fi.FBP > 0x01d00 && fi.FBP <= 0x02a00) && fi.FPSM == PSM_PSMCT32 && (fi.FBP >= 0x01600 && fi.FBP < 0x03260) && fi.TPSM == PSM_PSMT8H)
|
||||||
{
|
{
|
||||||
|
// Vram usage.
|
||||||
|
// Tested: tokyo default cruise.
|
||||||
|
// Move around a bit, stop car, wait as vram goes down, start moving again, vram spike.
|
||||||
skip = 1;
|
skip = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue