mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[FRD] Implement GetMyScreenName
This commit is contained in:
parent
025231b037
commit
f81d0162d6
2 changed files with 28 additions and 0 deletions
|
@ -19,9 +19,11 @@ class FRDService {
|
|||
MAKE_LOG_FUNCTION(log, frdLogger)
|
||||
|
||||
// Service commands
|
||||
void attachToEventNotification(u32 messagePointer);
|
||||
void getFriendKeyList(u32 messagePointer);
|
||||
void getMyFriendKey(u32 messagePointer);
|
||||
void getMyPresence(u32 messagePointer);
|
||||
void getMyScreenName(u32 messsagePointer);
|
||||
void setClientSDKVersion(u32 messagePointer);
|
||||
void setNotificationMask(u32 messagePointer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue