From 5b136aa21198dc98296bde3dd393bfc5468d7703 Mon Sep 17 00:00:00 2001 From: mailwl Date: Sun, 20 Nov 2016 08:50:48 +0300 Subject: Set client SDK version to Service APIs --- src/core/hle/service/frd/frd.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/core/hle/service/frd/frd.h') diff --git a/src/core/hle/service/frd/frd.h b/src/core/hle/service/frd/frd.h index c8283a7f3..e61940ea0 100644 --- a/src/core/hle/service/frd/frd.h +++ b/src/core/hle/service/frd/frd.h @@ -95,6 +95,15 @@ void GetMyFriendKey(Service::Interface* self); */ void GetMyScreenName(Service::Interface* self); +/** + * FRD::SetClientSdkVersion service function + * Inputs: + * 1 : Used SDK Version + * Outputs: + * 1 : Result of function, 0 on success, otherwise error code + */ +void SetClientSdkVersion(Service::Interface* self); + /// Initialize FRD service(s) void Init(); -- cgit v1.2.3