core: hid: Add fallback for dualjoycon and pro controllers

This commit is contained in:
german77 2022-07-10 20:14:50 -05:00
parent c5929e2c24
commit 412221d1a1
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};