core: hid: Add fallback for dualjoycon and pro controllers

This commit is contained in:
german77 2022-07-10 20:14:50 -05:00
parent 6c72b7f011
commit 18550b165b
2 changed files with 35 additions and 1 deletions

View file

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