Browse Source
Merge pull request #1658 from ogniK5377/holdtype-style
Updated npad styles on holdtype switches
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/core/hle/service/hid/controllers/npad.cpp
|
|
|
@ -392,8 +392,10 @@ std::size_t Controller_NPad::GetSupportedNPadIdTypesSize() const { |
|
|
|
} |
|
|
|
|
|
|
|
void Controller_NPad::SetHoldType(NpadHoldType joy_hold_type) { |
|
|
|
styleset_changed_event->Signal(); |
|
|
|
hold_type = joy_hold_type; |
|
|
|
} |
|
|
|
|
|
|
|
Controller_NPad::NpadHoldType Controller_NPad::GetHoldType() const { |
|
|
|
return hold_type; |
|
|
|
} |
|
|
|
|