From 69feab5a90a7f63e4727d14f4da38df2b1fdebb8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 5 Mar 2021 23:07:57 +0100 Subject: [PATCH] Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload. --- .gitmodules | 2 +- payload | 2 +- source/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b06d16c..244431f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "payload"] path = payload - url = https://github.com/wiiu-env/PayloadFromRPX + url = git@github.com:wiiu-env/PayloadFromRPX.git diff --git a/payload b/payload index c7afe51..a69ec19 160000 --- a/payload +++ b/payload @@ -1 +1 @@ -Subproject commit c7afe516e48362f0c196316aa16d7a109739ae7e +Subproject commit a69ec191844f7dadbe43d9d81fc49fb0ff535b83 diff --git a/source/main.cpp b/source/main.cpp index de96516..fc3c750 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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();