mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Input: Add PS Move navigation controller
Add the ps move navigation controller to pad types. Use proper pad class profiles.
This commit is contained in:
parent
f3b631fbb4
commit
e28b705f0d
5 changed files with 249 additions and 107 deletions
|
@ -123,6 +123,8 @@ void cellPad_NotifyStateChange(u32 index, u32 state)
|
|||
product = input::get_product_info(input::product_type::dance_dance_revolution_mat);
|
||||
break;
|
||||
case CELL_PAD_PCLASS_TYPE_NAVIGATION:
|
||||
product = input::get_product_info(input::product_type::ps_move_navigation);
|
||||
break;
|
||||
case CELL_PAD_PCLASS_TYPE_STANDARD:
|
||||
default:
|
||||
product = input::get_product_info(input::product_type::playstation_3_controller);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue