mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
Update Dockerfile to use WUPS 0.5
This commit is contained in:
parent
dd28076063
commit
dbff9ca577
@ -1,6 +1,6 @@
|
|||||||
FROM wiiuenv/devkitppc:20210414
|
FROM wiiuenv/devkitppc:20210917
|
||||||
|
|
||||||
COPY --from=wiiuenv/wiiupluginsystem:20210417 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/wiiupluginsystem:20210917 /artifacts $DEVKITPRO
|
||||||
COPY --from=wiiuenv/libiosuhax:20210109 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/libiosuhax:20210109 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
WORKDIR project
|
WORKDIR project
|
@ -8,6 +8,7 @@
|
|||||||
#include <coreinit/cache.h>
|
#include <coreinit/cache.h>
|
||||||
#include "utils/logger.h"
|
#include "utils/logger.h"
|
||||||
#include <whb/log_udp.h>
|
#include <whb/log_udp.h>
|
||||||
|
#include <whb/libmanager.h>
|
||||||
#include "virtualpath.h"
|
#include "virtualpath.h"
|
||||||
#include "BackgroundThread.hpp"
|
#include "BackgroundThread.hpp"
|
||||||
|
|
||||||
@ -30,7 +31,9 @@ BackgroundThread * thread = nullptr;
|
|||||||
|
|
||||||
/* Entry point */
|
/* Entry point */
|
||||||
ON_APPLICATION_START() {
|
ON_APPLICATION_START() {
|
||||||
ACGetAssignedAddress(&hostIpAddress);
|
nn::ac::Initialize();
|
||||||
|
nn::ac::ConnectAsync();
|
||||||
|
nn::ac::GetAssignedAddress(&hostIpAddress);
|
||||||
|
|
||||||
WHBLogUdpInit();
|
WHBLogUdpInit();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user