mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 20:44:49 +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);
|
||||
|
||||
/* Succeed if all our checks succeeded. */
|
||||
return is_valid;
|
||||
return 1;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue