Qt/EnhancementsWidget: Convert texture filtering option to a ComboBox.

This commit is contained in:
Admiral H. Curtiss
2022-11-20 23:25:35 +01:00
parent 8a3b8a925e
commit ff2cc4d02b
2 changed files with 8 additions and 22 deletions

View File

@ -9,7 +9,6 @@
class GraphicsBool;
class GraphicsChoice;
class GraphicsRadioInt;
class GraphicsSlider;
class GraphicsWindow;
class QCheckBox;
@ -38,11 +37,11 @@ private:
GraphicsChoice* m_ir_combo;
ToolTipComboBox* m_aa_combo;
GraphicsChoice* m_af_combo;
GraphicsChoice* m_texture_filtering_combo;
ToolTipComboBox* m_pp_effect;
QPushButton* m_configure_pp_effect;
GraphicsBool* m_scaled_efb_copy;
GraphicsBool* m_per_pixel_lighting;
std::array<GraphicsRadioInt*, 3> m_force_texture_filtering;
GraphicsBool* m_widescreen_hack;
GraphicsBool* m_disable_fog;
GraphicsBool* m_force_24bit_color;