mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
overlays: add stick input to native dialogs
This commit is contained in:
parent
44b42f68fd
commit
f6e04ffdd2
5 changed files with 111 additions and 38 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue