mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 20:37:18 +12:00
Add CFG::GetConfigInfoBlk8 implementation
This commit is contained in:
parent
d9ddb65b8c
commit
fe8a23e0d9
2 changed files with 52 additions and 34 deletions
|
@ -15,6 +15,7 @@ class CFGService {
|
|||
|
||||
// Service functions
|
||||
void getConfigInfoBlk2(u32 messagePointer);
|
||||
void getConfigInfoBlk8(u32 messagePointer);
|
||||
void getCountryCodeID(u32 messagePointer);
|
||||
void getLocalFriendCodeSeed(u32 messagePointer);
|
||||
void getRegionCanadaUSA(u32 messagePointer);
|
||||
|
@ -23,6 +24,8 @@ class CFGService {
|
|||
void secureInfoGetByte101(u32 messagePointer);
|
||||
void secureInfoGetRegion(u32 messagePointer);
|
||||
|
||||
void getConfigInfo(u32 output, u32 blockID, u32 size, u32 permissionMask);
|
||||
|
||||
public:
|
||||
enum class Type {
|
||||
U, // cfg:u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue