core: hid: Add fallback for dualjoycon and pro controllers
This commit is contained in:
parent
6c72b7f011
commit
18550b165b
2 changed files with 35 additions and 1 deletions
|
@ -401,6 +401,7 @@ private:
|
|||
|
||||
const NpadIdType npad_id_type;
|
||||
NpadStyleIndex npad_type{NpadStyleIndex::None};
|
||||
NpadStyleIndex original_npad_type{NpadStyleIndex::None};
|
||||
NpadStyleTag supported_style_tag{NpadStyleSet::All};
|
||||
bool is_connected{false};
|
||||
bool is_configuring{false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue