Changing controller/keyboard binds will now apply immediately
This commit is contained in:
parent
805398b81b
commit
0b6ffac7f2
|
@ -40,6 +40,7 @@ static void djui_bind_button_on_bind(struct DjuiBase* caller) {
|
|||
djui_text_set_text(button->text, keyStr);
|
||||
djui_interactable_set_binding(NULL);
|
||||
play_sound(SOUND_MENU_CHANGE_SELECT, gDefaultSoundArgs);
|
||||
controller_reconfigure();
|
||||
}
|
||||
|
||||
static void djui_bind_destroy(struct DjuiBase* base) {
|
||||
|
|
Loading…
Reference in New Issue