Make HID::GetIPCHandles fail to skip hidInit

This commit is contained in:
wheremyfoodat 2022-09-18 02:38:22 +03:00
parent 340e0c9266
commit 083a0d04d7
3 changed files with 14 additions and 3 deletions

View file

@ -7,6 +7,9 @@ class HIDService {
Handle handle = KernelHandles::HID;
Memory& mem;
// Service commands
void getIPCHandles(u32 messagePointer);
public:
HIDService(Memory& mem) : mem(mem) {}
void reset();