mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-16 16:53:57 +12:00
Implement CFG::TranslateCountryInfo
This commit is contained in:
parent
9e2707e097
commit
a42d678c04
2 changed files with 37 additions and 0 deletions
include/services
|
@ -23,6 +23,7 @@ class CFGService {
|
|||
void genUniqueConsoleHash(u32 messagePointer);
|
||||
void secureInfoGetByte101(u32 messagePointer);
|
||||
void secureInfoGetRegion(u32 messagePointer);
|
||||
void translateCountryInfo(u32 messagePointer);
|
||||
|
||||
void getConfigInfo(u32 output, u32 blockID, u32 size, u32 permissionMask);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue