GSdx: Reduce some code checks for dbz bt hacks.

This commit is contained in:
lightningterror 2018-12-08 13:49:06 +01:00
parent 959d652dbb
commit 4da3f567f4
1 changed files with 5 additions and 7 deletions

View File

@ -71,9 +71,8 @@ bool GSC_DBZBT2(const GSFrameInfo& fi, int& skip)
{
skip = 5;
}
else
else if(Dx_only)
{
if (Dx_only)
skip = 4;
}
}
@ -110,9 +109,8 @@ bool GSC_DBZBT3(const GSFrameInfo& fi, int& skip)
{
skip = 5;
}
else
else if(Dx_only)
{
if(Dx_only)
skip = 4;
}
}