mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 12:07:59 -05:00
Set client SDK version to Service APIs
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user