[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
4f78f839fb
commit
7f1882ea6c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue