From 1be0149146b23d65a52b5d74c4c073c016878bc9 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Tue, 26 Jul 2022 03:57:30 -0500 Subject: VideoCommon: Cull vertices on the CPU --- Source/Core/VideoCommon/VideoConfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/VideoConfig.h') diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index d60f969b8d..628771860a 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; -- cgit v1.2.3