mirror of
https://github.com/wiiu-env/WiiUPluginLoaderGUI.git
synced 2024-11-06 09:25:11 +01:00
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Wii U Plugin Loader
|
|
This is the GUI for the [WiiUPluginSystem](https://github.com/Maschell/WiiUPluginSystem).
|
|
|
|
## Usage
|
|
|
|
Use the "Wii U Plugin Loader" to load plugins from the sd card. It is built to be loaded through the homebrew launcher, which can be either loaded with the browser exploit or haxchi.
|
|
Plugins needs to be placed into the following folder:
|
|
|
|
```
|
|
sd:/wiiu/plugins
|
|
```
|
|
|
|
Requires the [WiiUPluginSystemBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) to be run in the background.
|
|
|
|
## Building
|
|
Make sure you have [wut](https://github.com/devkitPro/wut/) installed.
|
|
|
|
In addition you need:
|
|
- [libgui](https://github.com/wiiu-env/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. |