[ACT] GetAccountDataBlock
This commit is contained in:
@@ -13,6 +13,7 @@ class ACTService {
|
||||
// Service commands
|
||||
void initialize(u32 messagePointer);
|
||||
void generateUUID(u32 messagePointer);
|
||||
void getAccountDataBlock(u32 messagePointer);
|
||||
|
||||
public:
|
||||
ACTService(Memory& mem) : mem(mem) {}
|
||||
|
||||
Reference in New Issue
Block a user