GSdx-hw: DBZBT2, remove GSC.

This commit is contained in:
Alessandro Vetere 2019-08-28 19:51:21 +02:00 committed by lightningterror
parent fb3eaa9eff
commit e71380b82c
1 changed files with 0 additions and 17 deletions

View File

@ -72,22 +72,6 @@ bool GSC_Bully(const GSFrameInfo& fi, int& skip)
return true;
}
bool GSC_DBZBT2(const GSFrameInfo& fi, int& skip)
{
if(skip == 0)
{
if((Aggressive || !s_nativeres) && !fi.TME && (fi.FBP == 0x02a00 || fi.FBP == 0x03000) && fi.FPSM == PSM_PSMCT16)
{
// Character outlines.
// Glow/blur effect. Causes ghosting on upscaled resolution.
// Don't enable hack on native res if crc is below aggressive.
skip = 10;
}
}
return true;
}
bool GSC_DBZBT3(const GSFrameInfo& fi, int& skip)
{
if(skip == 0)
@ -1462,7 +1446,6 @@ void GSState::SetupCrcHack()
// Upscaling hacks
lut[CRC::Bully] = GSC_Bully;
lut[CRC::DBZBT2] = GSC_DBZBT2;
lut[CRC::DBZBT3] = GSC_DBZBT3;
lut[CRC::EvangelionJo] = GSC_EvangelionJo;
lut[CRC::FightingBeautyWulong] = GSC_FightingBeautyWulong;