Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload.

This commit is contained in:
Maschell 2021-03-05 23:07:57 +01:00
parent 8aaffa1404
commit 69feab5a90
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "payload"]
path = payload
url = https://github.com/wiiu-env/PayloadFromRPX
url = git@github.com:wiiu-env/PayloadFromRPX.git

@ -1 +1 @@
Subproject commit c7afe516e48362f0c196316aa16d7a109739ae7e
Subproject commit a69ec191844f7dadbe43d9d81fc49fb0ff535b83

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, "a38b8001dd978741fa52cc95e895dce4cabc527f"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
static_assert(strings_equal(RPX_HASH, "97a13139ac1ddc266b1d1e4d6bb78438360b8d01"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
void initIOSUHax();