mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add BOSS:SetOptoutFlag
This commit is contained in:
parent
88eebbcbae
commit
103cb6acc2
2 changed files with 12 additions and 0 deletions
|
@ -28,6 +28,7 @@ class BOSSService {
|
|||
void registerStorageEntry(u32 messagePointer);
|
||||
void registerTask(u32 messagePointer);
|
||||
void sendProperty(u32 messagePointer);
|
||||
void setOptoutFlag(u32 messagePointer);
|
||||
void startTask(u32 messagePointer);
|
||||
void unregisterStorage(u32 messagePointer);
|
||||
void unregisterTask(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue