service: hid: Free npad applet resource
This commit is contained in:
parent
f049453dd6
commit
0ac777460d
6 changed files with 17 additions and 12 deletions
|
@ -117,6 +117,10 @@ Result NPad::ActivateNpadResource(u64 aruid) {
|
|||
return npad_resource.Activate(aruid);
|
||||
}
|
||||
|
||||
void NPad::FreeAppletResourceId(u64 aruid) {
|
||||
return npad_resource.FreeAppletResourceId(aruid);
|
||||
}
|
||||
|
||||
void NPad::ControllerUpdate(Core::HID::ControllerTriggerType type, std::size_t controller_idx) {
|
||||
if (type == Core::HID::ControllerTriggerType::All) {
|
||||
ControllerUpdate(Core::HID::ControllerTriggerType::Connected, controller_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue