mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-23 11:49:40 +00:00
Update list_dialog.c
This commit is contained in:
parent
ba83860ffd
commit
51879aa607
@ -148,7 +148,7 @@ void listDialogCtrl() {
|
||||
if ((pressed_buttons & (SCE_CTRL_CANCEL | SCE_CTRL_START)) && current_list->can_escape)
|
||||
list_dialog.animation_mode = LIST_DIALOG_CLOSING;
|
||||
|
||||
if (pressed_buttons & SCE_CTRL_CROSS) {
|
||||
if (pressed_buttons & SCE_CTRL_ENTER) {
|
||||
list_dialog.enter_pressed = 1;
|
||||
list_dialog.animation_mode = LIST_DIALOG_CLOSING;
|
||||
}
|
||||
@ -172,4 +172,4 @@ void listDialogCtrl() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user