mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 02:34:48 +12:00
[BOSS} Stub more calls (Fixes Crashmo)
This commit is contained in:
parent
c4878ec4b4
commit
46207a3995
2 changed files with 22 additions and 0 deletions
include/services
|
@ -12,9 +12,11 @@ class BOSSService {
|
|||
|
||||
// Service commands
|
||||
void initializeSession(u32 messagePointer);
|
||||
void getNsDataIdList(u32 messagePointer);
|
||||
void getOptoutFlag(u32 messagePointer);
|
||||
void getStorageEntryInfo(u32 messagePointer); // Unknown what this is, name taken from Citra
|
||||
void getTaskIdList(u32 messagePointer);
|
||||
void getTaskStorageInfo(u32 messagePointer);
|
||||
void receiveProperty(u32 messagePointer);
|
||||
void registerStorageEntry(u32 messagePointer);
|
||||
void unregisterStorage(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue