mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-01-17 20:58:28 +01:00
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());
|
||||
}
|
||||
refreshMappings();
|
||||
updateControls();
|
||||
cancelMapping();
|
||||
}
|
||||
|
||||
auto InputSettings::refreshMappings() -> void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user