mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 18:25:45 +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) {
|
||||
styleset_changed_event->Signal();
|
||||
hold_type = joy_hold_type;
|
||||
}
|
||||
|
||||
Controller_NPad::NpadHoldType Controller_NPad::GetHoldType() const {
|
||||
return hold_type;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue