From 3cf4f0486caf6bec14e97e7547eb93ae874a951b Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 31 Jan 2026 10:41:10 +0100 Subject: [PATCH 1/2] Fix wrong parameter in ContentRedirection_AddFSLayer --- include/content_redirection/redirection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/content_redirection/redirection.h b/include/content_redirection/redirection.h index 828cabf..90fb979 100644 --- a/include/content_redirection/redirection.h +++ b/include/content_redirection/redirection.h @@ -130,7 +130,7 @@ ContentRedirectionStatus ContentRedirection_GetVersion(ContentRedirectionVersion * CONTENT_REDIRECTION_API_ERROR_UNKNOWN_LAYER_TYPE: Unknown/invalid LayerType. See FSLayerType for all supported layers.
* CONTENT_REDIRECTION_RESULT_UNKNOWN_ERROR: Unknown error. */ -ContentRedirectionStatus ContentRedirection_AddFSLayer(CRLayerHandle *handlePtr, const char *layerName, const char *replacementDir, FSLayerTypeEx layerType); +ContentRedirectionStatus ContentRedirection_AddFSLayer(CRLayerHandle *handlePtr, const char *layerName, const char *replacementDir, FSLayerType layerType); /** * Adds a FSLayer that redirects a files or directories fs calls for the Game/Wii U Menu process.
From 61584dd0051fd03f785dbfd496f239526f3e68dc Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 31 Jan 2026 10:41:18 +0100 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- Dockerfile.buildlocal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7afb775..b0a43a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/wiiu-env/devkitppc:20240423 +FROM ghcr.io/wiiu-env/devkitppc:20260126 WORKDIR tmp_build COPY . . diff --git a/Dockerfile.buildlocal b/Dockerfile.buildlocal index 36570fe..4b28c69 100644 --- a/Dockerfile.buildlocal +++ b/Dockerfile.buildlocal @@ -1,3 +1,3 @@ -FROM ghcr.io/wiiu-env/devkitppc:20240423 +FROM ghcr.io/wiiu-env/devkitppc:20260126 WORKDIR project