mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Purge useless d3d11 only hacl for DMC3.
Texture shuffle emulated correctly.
This commit is contained in:
parent
1fc3516637
commit
11cd6b56cd
|
@ -578,10 +578,6 @@ bool GSC_DevilMayCry3(const GSFrameInfo& fi, int& skip)
|
|||
{
|
||||
if(skip == 0)
|
||||
{
|
||||
if(Dx_only && fi.TME && fi.FBP == 0x01800 && fi.FPSM == PSM_PSMCT16 && fi.TBP0 == 0x01000 && fi.TPSM == PSM_PSMZ16)
|
||||
{
|
||||
skip = 32;
|
||||
}
|
||||
if(fi.TME && fi.FBP == 0x01800 && fi.FPSM == PSM_PSMZ32 && fi.TBP0 == 0x0800 && fi.TPSM == PSM_PSMT8H)
|
||||
{
|
||||
skip = 16;
|
||||
|
|
Loading…
Reference in New Issue