Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot] 9b4aa8f81e
Merge 7178257ccc into 81865c82e5 2023-11-18 19:49:59 +00:00
dependabot[bot] 7178257ccc
Bump wiiu-env/devkitppc from 20230621 to 20231112
Bumps wiiu-env/devkitppc from 20230621 to 20231112.

---
updated-dependencies:
- dependency-name: wiiu-env/devkitppc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 19:49:56 +00:00
Maschell 81865c82e5 Revert "Bump version"
This reverts commit 6eeb466010.
2023-11-18 20:49:11 +01:00
Maschell c66a3b956a Revert "Update Dockerfile"
This reverts commit ece760f3d5.
2023-11-18 20:49:11 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
FROM ghcr.io/wiiu-env/devkitppc:20230621
FROM ghcr.io/wiiu-env/devkitppc:20231112
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230719 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230622 /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.1"
#define PLUGIN_VERSION "v0.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