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
commit d1ef4b2b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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};