mirror of
https://github.com/wiiu-env/PayloadLoaderInstaller.git
synced 2024-11-13 05:35:06 +01:00
Use the latest docker images
This commit is contained in:
parent
6f0ae4a22c
commit
8aaffa1404
@ -1,6 +1,6 @@
|
||||
FROM wiiuenv/devkitppc:20200810
|
||||
FROM wiiuenv/devkitppc:20210101
|
||||
|
||||
COPY --from=wiiuenv/libiosuhax:20200812 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/libiosuhax:20210109 /artifacts $DEVKITPRO
|
||||
COPY --from=devkitpro/devkitarm:20200730 $DEVKITPRO/devkitARM $DEVKITPRO/devkitARM
|
||||
|
||||
ENV DEVKITARM=/opt/devkitpro/devkitARM
|
||||
|
2
payload
2
payload
@ -1 +1 @@
|
||||
Subproject commit 544ec49785bfcfc55a1ff3fa6faf1fab81e1681c
|
||||
Subproject commit c7afe516e48362f0c196316aa16d7a109739ae7e
|
@ -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, "1876737636def537ab085c3a9e1ee58a7430d9d8"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
|
||||
static_assert(strings_equal(RPX_HASH, "a38b8001dd978741fa52cc95e895dce4cabc527f"), "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