overlays: add stick input to native dialogs

This commit is contained in:
Megamouse 2021-11-15 22:21:21 +01:00
parent 44b42f68fd
commit f6e04ffdd2
5 changed files with 111 additions and 38 deletions

View file

@ -129,9 +129,11 @@ namespace rsx
close(true, true);
return;
case pad_button::dpad_up:
case pad_button::ls_up:
m_list->select_previous();
break;
case pad_button::dpad_down:
case pad_button::ls_down:
m_list->select_next();
break;
case pad_button::L1: