WiiUPluginLoaderGUI/README.md

22 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2019-08-18 22:35:57 +02:00
# Wii U Plugin Loader GUI
This is the GUI for the [WiiUPluginSystem](https://github.com/Maschell/WiiUPluginSystem). Check out the readme for more information about the Plugin System.
2018-09-22 19:52:52 +02:00
## Usage
2019-08-18 22:35:57 +02:00
Load the RPX file using the [Homebrew Launcher](https://github.com/wiiu-env/homebrew_launcher) and control which plugins should be enabled.
2018-09-22 19:52:52 +02:00
2019-08-18 22:24:34 +02:00
Requires the [WiiUPluginSystemBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) to be run in the background.
2018-09-22 19:52:52 +02:00
## Building
2019-08-14 22:56:45 +02:00
Make sure you have [wut](https://github.com/devkitPro/wut/) installed.
2018-09-22 19:52:52 +02:00
2019-08-14 22:56:45 +02:00
In addition you need:
- [libgui](https://github.com/wiiu-env/libgui) for the gui elements.
- The ppc-portlibs `pacman -Syu ppc-portlibs`
2018-09-22 19:52:52 +02:00
# 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.