Skip to content

wups plugin that patches the wiiu/home menu to load the jp version of the applet list

License

Notifications You must be signed in to change notification settings

gf2p8affineqb/overlayappbase_patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overlayappbase_patch

wups plugin that patches the wiiu/home menu to load the jp version of the applet list (app icons in the bottom row)

building

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

building with docker

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

About

wups plugin that patches the wiiu/home menu to load the jp version of the applet list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published