Merge pull request #8566 from german77/galaxy

core: hid: Add fallback for dualjoycon and pro controllers
This commit is contained in:
bunnei
2022-08-26 16:23:41 -07:00
committed by GitHub
2 changed files with 35 additions and 1 deletions

View File

@ -440,6 +440,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};