service: hid: Implement EnableAppletForInput

This commit is contained in:
Narr the Reg
2024-01-21 13:51:50 -06:00
parent 93a3342841
commit 1b984738ab
3 changed files with 17 additions and 2 deletions

View File

@ -153,6 +153,8 @@ public:
void UpdateHandheldAbstractState();
void EnableAppletToGetInput(u64 aruid);
private:
struct NpadControllerData {
NpadInternalState* shared_memory = nullptr;