Dolphin: Add disable copy filter to graphics options

This commit is contained in:
Stenzek
2018-04-29 18:53:16 +10:00
parent 9e798eec94
commit ea4090d92c
6 changed files with 24 additions and 2 deletions

View File

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