Browse Source

Update assert string

pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
4b71bf654d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/ldr/ldr.cpp

2
src/core/hle/service/ldr/ldr.cpp

@ -50,7 +50,7 @@ struct NRRCertification {
std::array<u8, 0x100> public_key; // Also known as modulus
std::array<u8, 0x100> signature;
};
static_assert(sizeof(NRRCertification) == 0x220, "Certification has invalid size.");
static_assert(sizeof(NRRCertification) == 0x220, "NRRCertification has invalid size.");
using SHA256Hash = std::array<u8, 0x20>;

Loading…
Cancel
Save