mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@ -114,7 +114,7 @@ void GeneralPane::ConnectLayout()
|
||||
}
|
||||
|
||||
// Advanced
|
||||
connect(m_combobox_speedlimit, &QComboBox::currentIndexChanged, [this]() {
|
||||
connect(m_combobox_speedlimit, &QComboBox::currentIndexChanged, [this] {
|
||||
Config::SetBaseOrCurrent(Config::MAIN_EMULATION_SPEED,
|
||||
m_combobox_speedlimit->currentIndex() * 0.1f);
|
||||
Config::Save();
|
||||
|
Reference in New Issue
Block a user