[BOSS] Stub functions for Pokemon X/Y

This commit is contained in:
wheremyfoodat 2023-03-17 03:58:02 +02:00
parent 97e71533ef
commit 384e920559
2 changed files with 19 additions and 1 deletions

View file

@ -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: