GS-hw: Purge SoTC crc hack.

No longer needed, fixed by #5110
This commit is contained in:
lightningterror 2021-12-08 11:48:29 +01:00
parent e6b1e1948e
commit 125b9ea1e1
1 changed files with 0 additions and 15 deletions

View File

@ -885,20 +885,6 @@ bool GSC_GodOfWar(const GSFrameInfo& fi, int& skip)
return true; return true;
} }
bool GSC_SoTC(const GSFrameInfo& fi, int& skip)
{
// Not needed anymore? What did it fix anyway? (rama)
if (skip == 0)
{
if (fi.TME /*&& fi.FBP == 0x03d80*/ && fi.FPSM == 0 && fi.TBP0 == 0x03fc0 && fi.TPSM == 1)
{
skip = 48; // Removes sky bloom
}
}
return true;
}
bool GSC_FFXGames(const GSFrameInfo& fi, int& skip) bool GSC_FFXGames(const GSFrameInfo& fi, int& skip)
{ {
if (skip == 0) if (skip == 0)
@ -1103,7 +1089,6 @@ void GSState::SetupCrcHack()
lut[CRC::FFXII] = GSC_FFXGames; lut[CRC::FFXII] = GSC_FFXGames;
lut[CRC::RedDeadRevolver] = GSC_RedDeadRevolver; lut[CRC::RedDeadRevolver] = GSC_RedDeadRevolver;
lut[CRC::ShinOnimusha] = GSC_ShinOnimusha; lut[CRC::ShinOnimusha] = GSC_ShinOnimusha;
lut[CRC::SoTC] = GSC_SoTC;
lut[CRC::XenosagaE3] = GSC_XenosagaE3; lut[CRC::XenosagaE3] = GSC_XenosagaE3;
// Upscaling issues // Upscaling issues