From 125b9ea1e12da311c04952e791b9acfacbf72b5b Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:48:29 +0100 Subject: [PATCH] GS-hw: Purge SoTC crc hack. No longer needed, fixed by #5110 --- pcsx2/GS/Renderers/HW/GSHwHack.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pcsx2/GS/Renderers/HW/GSHwHack.cpp b/pcsx2/GS/Renderers/HW/GSHwHack.cpp index 5a1e58cbd4..2fec5c3730 100644 --- a/pcsx2/GS/Renderers/HW/GSHwHack.cpp +++ b/pcsx2/GS/Renderers/HW/GSHwHack.cpp @@ -885,20 +885,6 @@ bool GSC_GodOfWar(const GSFrameInfo& fi, int& skip) 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) { if (skip == 0) @@ -1103,7 +1089,6 @@ void GSState::SetupCrcHack() lut[CRC::FFXII] = GSC_FFXGames; lut[CRC::RedDeadRevolver] = GSC_RedDeadRevolver; lut[CRC::ShinOnimusha] = GSC_ShinOnimusha; - lut[CRC::SoTC] = GSC_SoTC; lut[CRC::XenosagaE3] = GSC_XenosagaE3; // Upscaling issues