mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Implement SaveData::GetFreeBytes and BOSS GetTaskStatus
This commit is contained in:
parent
6552f2998c
commit
5f5ead6f55
3 changed files with 20 additions and 5 deletions
|
@ -17,7 +17,8 @@ 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 getTaskInfo(u32 messagePointer);
|
||||
void getTaskStatus(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