summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-07-20 04:39:51 +0200
committerbunnei <bunneidev@gmail.com>2015-07-20 04:39:51 +0200
commit21a696abde5ae2b7ef419c259f3d76a350bb4b63 (patch)
treece24b8600cc558276d1f514afc93088d87088ef3 /src/core
parentMerge pull request #950 from lioncash/bx (diff)
parentAdd more frd:u unknown service commands from 3dbrew (diff)
downloadyuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.tar
yuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.tar.gz
yuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.tar.bz2
yuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.tar.lz
yuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.tar.xz
yuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.tar.zst
yuzu-21a696abde5ae2b7ef419c259f3d76a350bb4b63.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/frd/frd_u.cpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/core/hle/service/frd/frd_u.cpp b/src/core/hle/service/frd/frd_u.cpp
index 439c7282e..3a5897d06 100644
--- a/src/core/hle/service/frd/frd_u.cpp
+++ b/src/core/hle/service/frd/frd_u.cpp
@@ -10,15 +10,26 @@ namespace Service {
namespace FRD {
const Interface::FunctionInfo FunctionTable[] = {
+ {0x00010000, nullptr, "HasLoggedIn"},
+ {0x00030000, nullptr, "Login"},
+ {0x00040000, nullptr, "Logout"},
{0x00050000, nullptr, "GetFriendKey"},
{0x00080000, nullptr, "GetMyPresence"},
+ {0x00090000, nullptr, "GetMyScreenName"},
{0x00100040, nullptr, "GetPassword"},
+ {0x00110080, nullptr, "GetFriendKeyList"},
{0x00190042, nullptr, "GetFriendFavoriteGame"},
{0x001A00C4, nullptr, "GetFriendInfo"},
{0x001B0080, nullptr, "IsOnFriendList"},
{0x001C0042, nullptr, "DecodeLocalFriendCode"},
{0x001D0002, nullptr, "SetCurrentlyPlayingText"},
- {0x00320042, nullptr, "SetClientSdkVersion"}
+ {0x00230000, nullptr, "GetLastResponseResult"},
+ {0x00270040, nullptr, "ResultToErrorCode"},
+ {0x00280244, nullptr, "RequestGameAuthentication"},
+ {0x00290000, nullptr, "GetGameAuthenticationData"},
+ {0x002A0204, nullptr, "RequestServiceLocator"},
+ {0x002B0000, nullptr, "GetServiceLocatorData"},
+ {0x00320042, nullptr, "SetClientSdkVersion"},
};
FRD_U_Interface::FRD_U_Interface() {