Browse Source

Updated npad styles on holdtype switches

Fixes input for megaman
pull/15/merge
David Marcec 7 years ago
parent
commit
a9c25ab9e4
  1. 2
      src/core/hle/service/hid/controllers/npad.cpp

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

Loading…
Cancel
Save