GSdx: Purge a crc hacks for GSC_Onimusha3.

Hack removed depth effects which are rendered properly. I wasn't able to
trigger a skip on the other hack draw calls, they need to be
investigated further what they actually did.
This commit is contained in:
lightningterror 2018-12-29 01:35:44 +01:00
parent 01c64f1b35
commit 781323ff10
1 changed files with 0 additions and 3 deletions

View File

@ -312,9 +312,6 @@ bool GSC_Onimusha3(const GSFrameInfo& fi, int& skip)
bool GSC_Genji(const GSFrameInfo& fi, int& skip)
{
if( !skip && fi.TME && (fi.FBP == 0x700 || fi.FBP == 0x0) && fi.TBP0 == 0x1500 && fi.TPSM )
skip=1;
if(skip == 0)
{
if(fi.TME && fi.FBP == 0x01500 && fi.FPSM == PSM_PSMCT16 && fi.TBP0 == 0x00e00 && fi.TPSM == PSM_PSMZ16)