[XAM/User] Resolved missing profile tab on 12xxx dashboard
It doesn't provide overlap pointer and requires instant response
This commit is contained in:
parent
d28938c2f0
commit
90d581fae7
|
@ -100,8 +100,7 @@ dword_result_t XamProfileEnumerate(dword_t handle, dword_t flags,
|
||||||
overlapped, result, extended_result, result == X_ERROR_SUCCESS ? 1 : 0);
|
overlapped, result, extended_result, result == X_ERROR_SUCCESS ? 1 : 0);
|
||||||
return X_ERROR_IO_PENDING;
|
return X_ERROR_IO_PENDING;
|
||||||
} else {
|
} else {
|
||||||
assert_always();
|
return result;
|
||||||
return X_ERROR_INVALID_PARAMETER;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DECLARE_XAM_EXPORT1(XamProfileEnumerate, kUserProfiles, kImplemented);
|
DECLARE_XAM_EXPORT1(XamProfileEnumerate, kUserProfiles, kImplemented);
|
||||||
|
|
Loading…
Reference in New Issue