Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
4858f541e7
Merge 8163cc55b4 into 1fc7c45f40 2023-09-04 22:20:02 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM ghcr.io/wiiu-env/devkitppc:20230621
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230622 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230719 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/libkernel:20230621 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/libwupsbackend:20230621 /artifacts $DEVKITPRO
WORKDIR project
WORKDIR project

View File

@ -1,11 +1,11 @@
#pragma once
#include "version.h"
#define PLUGIN_VERSION "v0.1"
#define PLUGIN_VERSION "v0.1.1"
#define PLUGIN_VERSION_FULL PLUGIN_VERSION PLUGIN_VERSION_EXTRA
// Uncomment to log incoming and outgoing packet
// #define PACKET_LOGGING
// Uncomment to add driver threads to the thread list
// #define SHOW_DRIVER_THREADS
// #define SHOW_DRIVER_THREADS