mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-05 15:48:43 +00:00
Patch the Verify function to always return 1
This commit is contained in:
parent
f670949ca9
commit
14287d833b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace ams::crypto::impl {
|
||||||
is_valid &= IsSameBytes(cmp_hash, h, HashSize);
|
is_valid &= IsSameBytes(cmp_hash, h, HashSize);
|
||||||
|
|
||||||
/* Succeed if all our checks succeeded. */
|
/* Succeed if all our checks succeeded. */
|
||||||
return is_valid;
|
return 1;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue