Explorar o código

Update assert string

VolcaEM %!s(int64=6) %!d(string=hai) anos
pai
achega
4b71bf654d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/ldr/ldr.cpp

+ 1 - 1
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>;