Qt/EnhancementsWidget: Combine texture filtering and anisotropic filtering.

This commit is contained in:
Admiral H. Curtiss
2022-11-21 00:27:35 +01:00
parent ff2cc4d02b
commit 1d199f4664
2 changed files with 122 additions and 24 deletions

View File

@ -36,8 +36,7 @@ private:
// Enhancements
GraphicsChoice* m_ir_combo;
ToolTipComboBox* m_aa_combo;
GraphicsChoice* m_af_combo;
GraphicsChoice* m_texture_filtering_combo;
ToolTipComboBox* m_texture_filtering_combo;
ToolTipComboBox* m_pp_effect;
QPushButton* m_configure_pp_effect;
GraphicsBool* m_scaled_efb_copy;