Qt/GameConfigWidget: Add Manual Texture Sampling

This commit is contained in:
Martino Fontana
2023-07-24 20:12:44 +02:00
parent 41f81aca69
commit 1e5e319783
2 changed files with 13 additions and 6 deletions

View File

@ -53,6 +53,7 @@ private:
QCheckBox* m_emulate_disc_speed;
QCheckBox* m_use_dsp_hle;
QCheckBox* m_use_monoscopic_shadows;
QCheckBox* m_manual_texture_sampling;
QPushButton* m_refresh_config;