mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 19:47:56 +00:00
Updated npad styles on holdtype switches
Fixes input for megaman
This commit is contained in:
parent
9e42ffa54e
commit
8b8c0ee2fc
1 changed files with 2 additions and 0 deletions
|
@ -392,8 +392,10 @@ std::size_t Controller_NPad::GetSupportedNPadIdTypesSize() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Controller_NPad::SetHoldType(NpadHoldType joy_hold_type) {
|
void Controller_NPad::SetHoldType(NpadHoldType joy_hold_type) {
|
||||||
|
styleset_changed_event->Signal();
|
||||||
hold_type = joy_hold_type;
|
hold_type = joy_hold_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
Controller_NPad::NpadHoldType Controller_NPad::GetHoldType() const {
|
Controller_NPad::NpadHoldType Controller_NPad::GetHoldType() const {
|
||||||
return hold_type;
|
return hold_type;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue