mirror of
https://github.com/wiiu-env/PayloadLoaderInstaller.git
synced 2024-11-27 04:04:18 +01:00
Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload.
This commit is contained in:
parent
8aaffa1404
commit
69feab5a90
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "payload"]
|
||||
path = payload
|
||||
url = https://github.com/wiiu-env/PayloadFromRPX
|
||||
url = git@github.com:wiiu-env/PayloadFromRPX.git
|
||||
|
2
payload
2
payload
@ -1 +1 @@
|
||||
Subproject commit c7afe516e48362f0c196316aa16d7a109739ae7e
|
||||
Subproject commit a69ec191844f7dadbe43d9d81fc49fb0ff535b83
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user