Add CFG::GetConfigInfoBlk8 implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user