mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-03 19:31:01 +02:00
Merge pull request #11208 from TellowKrinkle/CPUCull
Cull vertices on the CPU
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user