mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 23:07:32 +01:00
Updated npad styles on holdtype switches
Fixes input for megaman
This commit is contained in:
parent
81ff9e2473
commit
a9c25ab9e4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user