mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-21 17:49:58 -05:00
Qt/Android: CPU Clock Override max to 500%
This commit is contained in:
parent
ea80945912
commit
e1e1485582
|
|
@ -1169,7 +1169,7 @@ class SettingsFragmentPresenter(
|
|||
R.string.overclock_title,
|
||||
R.string.overclock_title_description,
|
||||
0f,
|
||||
400f,
|
||||
500f,
|
||||
"%",
|
||||
1f,
|
||||
false
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ void AdvancedPane::CreateLayout()
|
|||
cpu_clock_override_slider_layout->setContentsMargins(0, 0, 0, 0);
|
||||
clock_override_layout->addLayout(cpu_clock_override_slider_layout);
|
||||
|
||||
m_cpu_clock_override_slider = new ConfigFloatSlider(0.01f, 4.0f, Config::MAIN_OVERCLOCK, 0.01f);
|
||||
m_cpu_clock_override_slider = new ConfigFloatSlider(0.01f, 5.0f, Config::MAIN_OVERCLOCK, 0.01f);
|
||||
cpu_clock_override_slider_layout->addWidget(m_cpu_clock_override_slider);
|
||||
|
||||
m_cpu_label = new QLabel();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user