The loader for the Wii U Plugin System
Go to file
orboditilt fb1a25dd4a Update the readme. 2019-08-18 22:35:57 +02:00
data First commit on new repo. 2018-09-22 19:52:52 +02:00
languages First commit on new repo. 2018-09-22 19:52:52 +02:00
meta First commit on new repo. 2018-09-22 19:52:52 +02:00
src port GUI to RPX, use backend via simple IPC 2019-08-14 22:19:46 +02:00
.gitignore port GUI to RPX, use backend via simple IPC 2019-08-14 22:19:46 +02:00
.gitmodules port GUI to RPX, use backend via simple IPC 2019-08-14 22:19:46 +02:00
.travis.yml Remove docker image caching, use devkitpro/dekitarm image from docker hub instead of an own installation 2018-09-22 20:37:36 +02:00
Dockerfile Remove docker image caching, use devkitpro/dekitarm image from docker hub instead of an own installation 2018-09-22 20:37:36 +02:00
LICENSE First commit on new repo. 2018-09-22 19:52:52 +02:00
Makefile port GUI to RPX, use backend via simple IPC 2019-08-14 22:19:46 +02:00
README.md Update the readme. 2019-08-18 22:35:57 +02:00
filelist.sh port GUI to RPX, use backend via simple IPC 2019-08-14 22:19:46 +02:00
gitrev.sh First commit on new repo. 2018-09-22 19:52:52 +02:00
updatelang.sh First commit on new repo. 2018-09-22 19:52:52 +02:00

README.md

Wii U Plugin Loader GUI

This is the GUI for the WiiUPluginSystem. Check out the readme for more information about the Plugin System.

Usage

Load the RPX file using the Homebrew Launcher and control which plugins should be enabled.

Requires the WiiUPluginSystemBackend to be run in the background.

Building

Make sure you have wut installed.

In addition you need:

  • libgui for the gui elements.
  • The ppc-portlibs pacman -Syu ppc-portlibs

Credits

Some files are based on brainslug by Chadderz:
https://github.com/Chadderz121/brainslug-wii
Much stuff also wouldn't be possible without dimok789. He made many great tools and homebrew this stuff in based on (Makefiles, Mocha, homebrew channel, udp logger, dynamic_libs etc.)
Also thanks to everyone who made actual exploits.