Expose arbitrary mipmap detection toggle in UI

This commit is contained in:
Techjar
2018-06-28 02:12:13 -04:00
parent f5730e1636
commit bc15eb2d57
3 changed files with 15 additions and 3 deletions

View File

@ -41,6 +41,7 @@ private:
QCheckBox* m_disable_fog;
QCheckBox* m_force_24bit_color;
QCheckBox* m_disable_copy_filter;
QCheckBox* m_arbitrary_mipmap_detection;
// Stereoscopy
QComboBox* m_3d_mode;