Software: Remove config to disable ZComploc and ZFreeze

These aren't particularly useful, and make the code a bit more confusing.  If for some reason someone wants to test what happens when these functions are disabled, it's easier to just edit the code that implements them.  They aren't exposed in the UI, so one would need to restart Dolphin to do it anyways.
This commit is contained in:
Pokechu22
2021-11-30 17:51:43 -08:00
parent d7709d4122
commit 3a742e99bb
6 changed files with 3 additions and 12 deletions

View File

@ -152,8 +152,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;