mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[BOSS] Stub RegisterStorageEntry
This commit is contained in:
parent
384e920559
commit
c77a2551ac
2 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,7 @@ class BOSSService {
|
|||
void getStorageEntryInfo(u32 messagePointer); // Unknown what this is, name taken from Citra
|
||||
void getTaskIdList(u32 messagePointer);
|
||||
void receiveProperty(u32 messagePointer);
|
||||
void registerStorageEntry(u32 messagePointer);
|
||||
void unregisterStorage(u32 messagePointer);
|
||||
|
||||
s8 optoutFlag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue