BPStructs: Remove calls to SetInterlacedMode when reloading state
SetInterlacedMode is a dummy no-op that does nothing.
This commit is contained in:
parent
833b7ee584
commit
4e8e51b278
|
@ -659,12 +659,4 @@ void BPReload()
|
||||||
SetBlendMode();
|
SetBlendMode();
|
||||||
SetColorMask();
|
SetColorMask();
|
||||||
OnPixelFormatChange();
|
OnPixelFormatChange();
|
||||||
{
|
|
||||||
BPCmd bp = {BPMEM_FIELDMASK, 0xFFFFFF, static_cast<int>(((u32*)&bpmem)[BPMEM_FIELDMASK])};
|
|
||||||
SetInterlacingMode(bp);
|
|
||||||
}
|
|
||||||
{
|
|
||||||
BPCmd bp = {BPMEM_FIELDMODE, 0xFFFFFF, static_cast<int>(((u32*)&bpmem)[BPMEM_FIELDMODE])};
|
|
||||||
SetInterlacingMode(bp);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue