Update the root.rpx

This commit is contained in:
Maschell 2020-12-11 15:56:21 +01:00
parent 440164b7e6
commit 6f0ae4a22c
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 31836812ef8536154b23c1ab77981db8e0adcd6a
Subproject commit 544ec49785bfcfc55a1ff3fa6faf1fab81e1681c

View File

@ -18,7 +18,7 @@ constexpr bool strings_equal(char const *a, char const *b) {
return std::string_view(a) == b;
}
static_assert(strings_equal(RPX_HASH, "9ab80503f82c7e1403e6f966346c825a89cc613f"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
static_assert(strings_equal(RPX_HASH, "1876737636def537ab085c3a9e1ee58a7430d9d8"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
void initIOSUHax();