Add implementations for CFG::SecureInfoGetByte101 and CFG::GetLocalFriendCodeSeed

This commit is contained in:
wheremyfoodat 2023-09-24 17:11:40 +03:00
parent e682dad4ee
commit 7d55193087
2 changed files with 21 additions and 0 deletions
include/services

View file

@ -16,9 +16,11 @@ class CFGService {
// Service functions
void getConfigInfoBlk2(u32 messagePointer);
void getCountryCodeID(u32 messagePointer);
void getLocalFriendCodeSeed(u32 messagePointer);
void getRegionCanadaUSA(u32 messagePointer);
void getSystemModel(u32 messagePointer);
void genUniqueConsoleHash(u32 messagePointer);
void secureInfoGetByte101(u32 messagePointer);
void secureInfoGetRegion(u32 messagePointer);
public: