mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[BOSS] Stub GetTaskInfo
This commit is contained in:
parent
817b3de945
commit
91bf249cba
2 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,7 @@ class BOSSService {
|
|||
void getOptoutFlag(u32 messagePointer);
|
||||
void getStorageEntryInfo(u32 messagePointer); // Unknown what this is, name taken from Citra
|
||||
void getTaskIdList(u32 messagePointer);
|
||||
void getTaskInfo(u32 messagePOinter);
|
||||
void getTaskStorageInfo(u32 messagePointer);
|
||||
void receiveProperty(u32 messagePointer);
|
||||
void registerStorageEntry(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue