diff --git a/payload b/payload index c4c1449..3183681 160000 --- a/payload +++ b/payload @@ -1 +1 @@ -Subproject commit c4c14496afc12b3f4f5ae6e9c335e379a212d1c2 +Subproject commit 31836812ef8536154b23c1ab77981db8e0adcd6a diff --git a/source/main.cpp b/source/main.cpp index aa45c34..e71f030 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, "6c9eab8fc74a4c9d583d6fdac19c2f012f9a94e6"), "Built with an untested root.rpx! Remove this check if you really know what you're doing."); +static_assert(strings_equal(RPX_HASH, "4b1ed4317db02d0c134400e969de32f18d8f38b6"), "Built with an untested root.rpx! Remove this check if you really know what you're doing."); void initIOSUHax();