mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Make HID::GetIPCHandles fail to skip hidInit
This commit is contained in:
parent
340e0c9266
commit
083a0d04d7
3 changed files with 14 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue