Skip to content

Commit

Permalink
WUPS 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Oct 31, 2021
1 parent feb1e52 commit c278156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM wiiuenv/devkitppc:20210920

COPY --from=wiiuenv/libwupsbackend:20210924 /artifacts $DEVKITPRO
COPY --from=wiiuenv/libwupsbackend:20211001 /artifacts $DEVKITPRO
COPY --from=wiiuenv/librpxloader:20210924 /artifacts $DEVKITPRO
COPY --from=wiiuenv/wiiupluginsystem:20210924 /artifacts $DEVKITPRO
COPY --from=wiiuenv/wiiupluginsystem:20211001 /artifacts $DEVKITPRO

WORKDIR project
1 change: 0 additions & 1 deletion src/utils/CThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class CThread {
//! 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) {
Expand Down

0 comments on commit c278156

Please sign in to comment.