[BOSS] Stub GetTaskInfo

This commit is contained in:
wheremyfoodat 2023-07-08 20:32:21 +03:00
parent 817b3de945
commit 91bf249cba
2 changed files with 12 additions and 0 deletions

View file

@ -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);