mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Qt/GameConfigWidget: Rename m_enable_fast_disc
to m_emulate_disc_speed
This commit is contained in:
parent
ce3050f85f
commit
ed5c261166
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