Skip to content

Commit

Permalink
GSdx: Remove bloom crc hack for Haunting Ground.
Browse files Browse the repository at this point in the history
Effect is already handled better in Texture Cache. No need for a
duplicate function.
D3D9 might look a bit worse but nobody cares about D3D9.
  • Loading branch information
lightningterror committed Dec 5, 2018
1 parent cf97c30 commit e4e93bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/GSdx/Renderers/HW/GSHwHack.cpp
Expand Up @@ -1087,10 +1087,6 @@ bool GSC_HauntingGround(const GSFrameInfo& fi, int& skip)
{
skip = 1; // Depth dupicated ghost image
}
else if(fi.TME && fi.FBP == 0x3000 && fi.TBP0 == 0x3380)
{
skip = 1; // Bloom
}
else if(fi.TME && (fi.FBP ==0x2200) && (fi.TBP0 ==0x3a80) && fi.FPSM == fi.TPSM && fi.TPSM == PSM_PSMCT32)
{
skip = 1; // Blur
Expand Down

0 comments on commit e4e93bd

Please sign in to comment.