Updated npad styles on holdtype switches

Fixes input for megaman
This commit is contained in:
David Marcec 2018-11-08 01:07:14 +11:00
parent 9e42ffa54e
commit 8b8c0ee2fc

View file

@ -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;
}