mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
more fixes to zcomplock and opengl implementation
This commit is contained in:
parent
6ee6d0088a
commit
402006a83a
10 changed files with 86 additions and 42 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue