mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Merge pull request #10255 from Pokechu22/sw-zfreeze
Software: Fix zfreeze with CullMode::All
This commit is contained in:
commit
c5c4169bc8
12 changed files with 169 additions and 121 deletions
|
@ -153,8 +153,6 @@ struct VideoConfig final
|
|||
// VideoSW Debugging
|
||||
int drawStart = 0;
|
||||
int drawEnd = 0;
|
||||
bool bZComploc = false;
|
||||
bool bZFreeze = false;
|
||||
bool bDumpObjects = false;
|
||||
bool bDumpTevStages = false;
|
||||
bool bDumpTevTextureFetches = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue