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
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.