mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
Add more HLE service calls for eshop
This commit is contained in:
parent
b1a1b4caa7
commit
86c78b09d0
3 changed files with 26 additions and 1 deletions
|
@ -23,6 +23,7 @@ class CFGService {
|
|||
void getConfigInfoBlk2(u32 messagePointer);
|
||||
void getConfigInfoBlk8(u32 messagePointer, u32 commandWord);
|
||||
void getCountryCodeID(u32 messagePointer);
|
||||
void getCountryCodeString(u32 messagePointer);
|
||||
void getLocalFriendCodeSeed(u32 messagePointer);
|
||||
void getRegionCanadaUSA(u32 messagePointer);
|
||||
void getSystemModel(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue