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:
Megamouse 2023-08-21 21:14:42 +02:00
parent f3b631fbb4
commit e28b705f0d
5 changed files with 249 additions and 107 deletions

View file

@ -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);