mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[SRV] Stub ReceiveNotification
This commit is contained in:
parent
5f7804e99f
commit
d777981204
2 changed files with 10 additions and 1 deletions
|
@ -27,6 +27,7 @@ class ServiceManager {
|
|||
// "srv:" commands
|
||||
void enableNotification(u32 messagePointer);
|
||||
void getServiceHandle(u32 messagePointer);
|
||||
void receiveNotification(u32 messagePointer);
|
||||
void registerClient(u32 messagePointer);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue