Update Dockerfile

This commit is contained in:
Maschell 2024-07-04 17:30:52 +02:00
parent 420aabccb1
commit febecd917e
3 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/wiiu-env/devkitppc:20240505 FROM ghcr.io/wiiu-env/devkitppc:20240704
COPY --from=ghcr.io/wiiu-env/libmocha:20230621 /artifacts $DEVKITPRO COPY --from=ghcr.io/wiiu-env/libmocha:20230621 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/librpxloader:20240425 /artifacts $DEVKITPRO COPY --from=ghcr.io/wiiu-env/librpxloader:20240425 /artifacts $DEVKITPRO

View File

@ -140,8 +140,6 @@ PairMenu::~PairMenu() {
CCRSysExit(); CCRSysExit();
} }
extern "C" bool WPADStartSyncDevice();
bool PairMenu::ProcessPairScreen() { bool PairMenu::ProcessPairScreen() {
switch (mState) { switch (mState) {
case STATE_SYNC_WPAD: { case STATE_SYNC_WPAD: {

View File

@ -21,7 +21,6 @@
#include <sysapp/title.h> #include <sysapp/title.h>
extern "C" void __fini_wut(); extern "C" void __fini_wut();
extern "C" void CCRSysCaffeineBootCheckAbort();
#define UPPER_TITLE_ID_HOMEBREW 0x0005000F #define UPPER_TITLE_ID_HOMEBREW 0x0005000F
#define TITLE_ID_HOMEBREW_MASK (((uint64_t) UPPER_TITLE_ID_HOMEBREW) << 32) #define TITLE_ID_HOMEBREW_MASK (((uint64_t) UPPER_TITLE_ID_HOMEBREW) << 32)