gsdx-hw: Remove Aggressive crc hack for Kunoichi.

Speedhack.
This commit is contained in:
lightningterror 2020-12-10 01:49:19 +01:00
parent 8e191dabbd
commit 8cbaacfe38
1 changed files with 0 additions and 11 deletions

View File

@ -560,17 +560,6 @@ bool GSC_Kunoichi(const GSFrameInfo& fi, int& skip)
{
skip = 1; // Removes black screen (not needed anymore maybe)?
}
if (Aggressive && fi.TME)
{
// depth textures (bully, mgs3s1 intro, Front Mission 5)
if ((fi.TPSM == PSM_PSMZ32 || fi.TPSM == PSM_PSMZ24 || fi.TPSM == PSM_PSMZ16 || fi.TPSM == PSM_PSMZ16S) ||
// General, often problematic post processing
(GSUtil::HasSharedBits(fi.FBP, fi.FPSM, fi.TBP0, fi.TPSM)))
{
// Removes burning air effect, the effect causes major slowdowns.
skip = 1;
}
}
}
else
{