Skip to content
Snippets Groups Projects
Unverified Commit 0e05a9d5 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #1658 from ogniK5377/holdtype-style

Updated npad styles on holdtype switches
parents 581406af a9c25ab9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment