mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 10:19:23 +01:00
use WUPS 0.6.1
This commit is contained in:
parent
9f784cbf1b
commit
209ef3d6a1
@ -1,6 +1,6 @@
|
||||
FROM wiiuenv/devkitppc:20210920
|
||||
|
||||
COPY --from=wiiuenv/wiiupluginsystem:20210924 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/wiiupluginsystem:20211001 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/libiosuhax:20210924 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
@ -22,7 +22,6 @@ public:
|
||||
static void destroyInstance() {
|
||||
DCFlushRange(&instance, sizeof(BackgroundThread));
|
||||
ICInvalidateRange(&instance, sizeof(BackgroundThread));
|
||||
DEBUG_FUNCTION_LINE("Instance is %08X\n", instance);
|
||||
OSSleepTicks(OSSecondsToTicks(1));
|
||||
if (instance != nullptr) {
|
||||
delete instance;
|
||||
|
@ -44,7 +44,6 @@ public:
|
||||
//! destructor
|
||||
virtual ~CThread() {
|
||||
shutdownThread();
|
||||
DEBUG_FUNCTION_LINE("END\n");
|
||||
}
|
||||
|
||||
static CThread *create(CThread::Callback callback, void *callbackArg, int32_t iAttr = eAttributeNone, int32_t iPriority = 16, int32_t iStackSize = 0x8000) {
|
||||
|
Loading…
Reference in New Issue
Block a user