[XAM] Return pending in XamUserContentRestrictionCheckAccess

This commit is contained in:
Adrian
2025-10-24 09:23:24 +02:00
committed by Radosław Gliński
parent 4644657e83
commit 88527a0b82
+1
View File
@@ -457,6 +457,7 @@ dword_result_t XamUserContentRestrictionCheckAccess_entry(
// TODO(benvanik): does this need the access arg on it?
kernel_state()->CompleteOverlappedImmediate(overlapped_ptr,
X_ERROR_SUCCESS);
return X_ERROR_IO_PENDING;
}
return X_ERROR_SUCCESS;