[XAM/User] Resolved missing profile tab on 12xxx dashboard

It doesn't provide overlap pointer and requires instant response
This commit is contained in:
Gliniak 2019-12-23 18:58:42 +01:00 committed by illusion
parent d28938c2f0
commit 90d581fae7
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@ dword_result_t XamProfileEnumerate(dword_t handle, dword_t flags,
overlapped, result, extended_result, result == X_ERROR_SUCCESS ? 1 : 0);
return X_ERROR_IO_PENDING;
} else {
assert_always();
return X_ERROR_INVALID_PARAMETER;
return result;
}
}
DECLARE_XAM_EXPORT1(XamProfileEnumerate, kUserProfiles, kImplemented);