mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
use WUPS 0.6.1
This commit is contained in:
parent
9f784cbf1b
commit
209ef3d6a1
@ -1,6 +1,6 @@
|
|||||||
FROM wiiuenv/devkitppc:20210920
|
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
|
COPY --from=wiiuenv/libiosuhax:20210924 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
WORKDIR project
|
WORKDIR project
|
@ -22,7 +22,6 @@ public:
|
|||||||
static void destroyInstance() {
|
static void destroyInstance() {
|
||||||
DCFlushRange(&instance, sizeof(BackgroundThread));
|
DCFlushRange(&instance, sizeof(BackgroundThread));
|
||||||
ICInvalidateRange(&instance, sizeof(BackgroundThread));
|
ICInvalidateRange(&instance, sizeof(BackgroundThread));
|
||||||
DEBUG_FUNCTION_LINE("Instance is %08X\n", instance);
|
|
||||||
OSSleepTicks(OSSecondsToTicks(1));
|
OSSleepTicks(OSSecondsToTicks(1));
|
||||||
if (instance != nullptr) {
|
if (instance != nullptr) {
|
||||||
delete instance;
|
delete instance;
|
||||||
|
@ -44,7 +44,6 @@ public:
|
|||||||
//! destructor
|
//! destructor
|
||||||
virtual ~CThread() {
|
virtual ~CThread() {
|
||||||
shutdownThread();
|
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) {
|
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