Qt/GameConfigWidget: Rename m_enable_fast_disc to m_emulate_disc_speed

This commit is contained in:
Martino Fontana 2023-07-24 20:51:02 +02:00
commit 41f81aca69
2 changed files with 11 additions and 10 deletions

View file

@ -50,7 +50,7 @@ private:
QCheckBox* m_enable_mmu;
QCheckBox* m_enable_fprf;
QCheckBox* m_sync_gpu;
QCheckBox* m_enable_fast_disc;
QCheckBox* m_emulate_disc_speed;
QCheckBox* m_use_dsp_hle;
QCheckBox* m_use_monoscopic_shadows;