summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr/ldr.cpp
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-16 15:57:02 +0200
committerGitHub <noreply@github.com>2020-06-16 15:57:02 +0200
commit4b71bf654d54210c18e77abda1b3ca20c0e43a63 (patch)
treea2f6c0a06489e83621ce2b26ca5d64e1ac253631 /src/core/hle/service/ldr/ldr.cpp
parentClang-format again (diff)
downloadyuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.tar
yuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.tar.gz
yuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.tar.bz2
yuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.tar.lz
yuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.tar.xz
yuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.tar.zst
yuzu-4b71bf654d54210c18e77abda1b3ca20c0e43a63.zip
Diffstat (limited to 'src/core/hle/service/ldr/ldr.cpp')
-rw-r--r--src/core/hle/service/ldr/ldr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ldr/ldr.cpp b/src/core/hle/service/ldr/ldr.cpp
index 09c17f41f..6daea3408 100644
--- a/src/core/hle/service/ldr/ldr.cpp
+++ b/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>;