mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Qt/GameConfigWidget: Rename m_enable_fast_disc
to m_emulate_disc_speed
This commit is contained in:
parent
0892998af1
commit
41f81aca69
2 changed files with 11 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue