mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
more fixes to zcomplock and opengl implementation
This commit is contained in:
@ -191,7 +191,7 @@ void VertexManager::vFlush()
|
||||
g_renderer->RestoreState(RSM_Multipass);
|
||||
}
|
||||
|
||||
bool UseZcomploc = bpmem.zcontrol.zcomploc && bpmem.zmode.updateenable && g_ActiveConfig.bAcurateZcomploc;
|
||||
bool UseZcomploc = bpmem.zcontrol.zcomploc && bpmem.zmode.updateenable && !g_ActiveConfig.bEnableFastZcomploc;
|
||||
|
||||
if (UseZcomploc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user