[Kernel] Update profile-gpds to work with latest master

This commit is contained in:
emoose 2019-07-23 19:22:45 +01:00
parent ad47cd7022
commit e68057affb
No known key found for this signature in database
GPG Key ID: 3735C67912F5FF97
1 changed files with 2 additions and 4 deletions

View File

@ -52,8 +52,7 @@ dword_result_t XamProfileCreateEnumerator(dword_t device_id,
*handle_out = e->handle();
return X_ERROR_SUCCESS;
}
DECLARE_XAM_EXPORT(XamProfileCreateEnumerator,
ExportTag::kUserProfiles | ExportTag::kImplemented);
DECLARE_XAM_EXPORT1(XamProfileCreateEnumerator, kUserProfiles, kImplemented);
dword_result_t XamProfileEnumerate(dword_t handle, dword_t flags,
lpvoid_t buffer,
@ -97,8 +96,7 @@ dword_result_t XamProfileEnumerate(dword_t handle, dword_t flags,
return X_ERROR_INVALID_PARAMETER;
}
}
DECLARE_XAM_EXPORT(XamProfileEnumerate,
ExportTag::kUserProfiles | ExportTag::kImplemented);
DECLARE_XAM_EXPORT1(XamProfileEnumerate, kUserProfiles, kImplemented);
X_HRESULT_result_t XamUserGetXUID(dword_t user_index, dword_t unk,
lpqword_t xuid_ptr) {