Qt/Graphics: Add ubershader options

This commit is contained in:
spycrab
2018-02-10 13:11:18 +01:00
parent fa91d74e2c
commit 7c99f10152
3 changed files with 44 additions and 10 deletions

View File

@ -30,6 +30,7 @@ private:
QComboBox* m_ir_combo;
QComboBox* m_aa_combo;
QComboBox* m_af_combo;
QComboBox* m_ubershader_combo;
QComboBox* m_pp_effect;
QPushButton* m_configure_pp_effect;
QCheckBox* m_scaled_efb_copy;