mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-01 23:40:33 +02:00
Merge pull request #6 from Sintendo/setting-input-crash
settings/input: Fix updateControls crashes
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user