summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-01-26 23:15:23 +0100
committerGitHub <noreply@github.com>2023-01-26 23:15:23 +0100
commit9c9310bf44f0a7b0ad1de2e643f32ec00a553e0e (patch)
tree613159524f59f9cabe66791dfa42856026e33ad8 /Source/Core/VideoCommon/VideoConfig.h
parent09a8d9591db06ebdbe5abdd3166c76982856fc55 (diff)
parent7413be148705866efebd504ef7356377dce81274 (diff)
Merge pull request #11208 from TellowKrinkle/CPUCull
Cull vertices on the CPU
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index 8140eb27eb..036b5955ba 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -138,6 +138,7 @@ struct VideoConfig final
bool bPerfQueriesEnable = false;
bool bBBoxEnable = false;
bool bForceProgressive = false;
+ bool bCPUCull = false;
bool bEFBEmulateFormatChanges = false;
bool bSkipEFBCopyToRam = false;