diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2023-01-26 23:15:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 23:15:23 +0100 |
| commit | 9c9310bf44f0a7b0ad1de2e643f32ec00a553e0e (patch) | |
| tree | 613159524f59f9cabe66791dfa42856026e33ad8 /Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h | |
| parent | 09a8d9591db06ebdbe5abdd3166c76982856fc55 (diff) | |
| parent | 7413be148705866efebd504ef7356377dce81274 (diff) | |
Merge pull request #11208 from TellowKrinkle/CPUCull
Cull vertices on the CPU
Diffstat (limited to 'Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h')
| -rw-r--r-- | Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h index 156cf568d8..cd3f135470 100644 --- a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h +++ b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.h @@ -69,6 +69,7 @@ private: ToolTipCheckBox* m_enable_prog_scan; GraphicsBool* m_backend_multithreading; GraphicsBool* m_prefer_vs_for_point_line_expansion; + GraphicsBool* m_cpu_cull; GraphicsBool* m_borderless_fullscreen; // Experimental |
