mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[ACT] GetAccountDataBlock
This commit is contained in:
parent
25a42dd087
commit
c24970f385
2 changed files with 17 additions and 1 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue