mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
More NDM stubbing
This commit is contained in:
parent
b394cacbc7
commit
f37b47f2d0
2 changed files with 18 additions and 0 deletions
|
@ -12,6 +12,8 @@ class NDMService {
|
|||
|
||||
// Service commands
|
||||
void clearHalfAwakeMacFilter(u32 messagePointer);
|
||||
void enterExclusiveState(u32 messagePointer);
|
||||
void exitExclusiveState(u32 messagePointer);
|
||||
void overrideDefaultDaemons(u32 messagePointer);
|
||||
void resumeDaemons(u32 messagePointer);
|
||||
void resumeScheduler(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue