mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[BOSS] Stub functions for Pokemon X/Y
This commit is contained in:
parent
97e71533ef
commit
384e920559
2 changed files with 19 additions and 1 deletions
|
@ -12,8 +12,10 @@ class BOSSService {
|
|||
// Service commands
|
||||
void initializeSession(u32 messagePointer);
|
||||
void getOptoutFlag(u32 messagePointer);
|
||||
void getStorageEntryInfo(u32 messagePointer); // Unknown what this is, name taken from Citra
|
||||
void getTaskIdList(u32 messagePointer);
|
||||
void receiveProperty(u32 messagePointer);
|
||||
void unregisterStorage(u32 messagePointer);
|
||||
|
||||
s8 optoutFlag;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue