wups plugin that patches the wiiu/home menu to load the jp version of the applet list (app icons in the bottom row)
you need devkitpro, wut (from wiiu-dev package), wups, wums and libkernel installed
make sure to clone recursively as this project uses the libwupsxx submodule
git clone --recursive https://github.com/gf2p8affineqb/overlayappbase_patch
and then you can just use make
you can avoid installing devkitpro on your system by building the plugin with docker instead
# build docker image (once)
docker build . -t overlayappbase-patch-docker
# make
docker run -it --rm -v ${PWD}:/project overlayappbase-patch-docker make
# make clean
docker run -it --rm -v ${PWD}:/project overlayappbase-patch-docker make clean