mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
BOSS: GetTaskStatus
This commit is contained in:
parent
5b9fcd5a70
commit
c721fa0482
2 changed files with 14 additions and 0 deletions
|
@ -19,6 +19,7 @@ class BOSSService {
|
|||
void getTaskIdList(u32 messagePointer);
|
||||
void getTaskInfo(u32 messagePointer);
|
||||
void getTaskState(u32 messagePointer);
|
||||
void getTaskStatus(u32 messagePointer);
|
||||
void getTaskStorageInfo(u32 messagePointer);
|
||||
void receiveProperty(u32 messagePointer);
|
||||
void registerNewArrivalEvent(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue