mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-07 04:34:48 +12:00
Add implementations for CFG::SecureInfoGetByte101 and CFG::GetLocalFriendCodeSeed
This commit is contained in:
parent
e682dad4ee
commit
7d55193087
2 changed files with 21 additions and 0 deletions
include/services
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue