mirror of https://github.com/bsnes-emu/bsnes.git
Merge pull request #6 from Sintendo/setting-input-crash
settings/input: Fix updateControls crashes
This commit is contained in:
commit
1ebed1701a
|
@ -124,7 +124,7 @@ auto InputSettings::reloadMappings() -> void {
|
||||||
for(uint n : range(BindingLimit)) item.append(TableViewCell());
|
for(uint n : range(BindingLimit)) item.append(TableViewCell());
|
||||||
}
|
}
|
||||||
refreshMappings();
|
refreshMappings();
|
||||||
updateControls();
|
cancelMapping();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto InputSettings::refreshMappings() -> void {
|
auto InputSettings::refreshMappings() -> void {
|
||||||
|
|
Loading…
Reference in New Issue