mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 08:49:20 +01:00
Video_Software: Fix ZComploc option breaking stuff.
This commit is contained in:
parent
fb0102d441
commit
6fd96a162f
@ -784,7 +784,7 @@ void Tev::Draw()
|
|||||||
output[BLU_C] = (output[BLU_C] * invFog + fogInt * bpmem.fog.color.b) >> 8;
|
output[BLU_C] = (output[BLU_C] * invFog + fogInt * bpmem.fog.color.b) >> 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool late_ztest = !bpmem.zcontrol.early_ztest || g_SWVideoConfig.bZComploc;
|
bool late_ztest = !bpmem.zcontrol.early_ztest || !g_SWVideoConfig.bZComploc;
|
||||||
if (late_ztest && bpmem.zmode.testenable)
|
if (late_ztest && bpmem.zmode.testenable)
|
||||||
{
|
{
|
||||||
if (!EfbInterface::ZCompare(Position[0], Position[1], Position[2]))
|
if (!EfbInterface::ZCompare(Position[0], Position[1], Position[2]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user