mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-04-12 08:09:29 -05:00
- It's now linking with libc/libutils/libdynamiclibs - moved the main.c into the a "src" folder [Loader]- Added DCFlushRange and DCInvalidateRange - Improved logging. Finally we can load the plugin from the sdcard and call it's function! |
||
|---|---|---|
| .. | ||
| meta | ||
| src | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Wii U Plugin Loader 
Building
For building you need:
- dynamic_libs for access to the functions.
- libutils for common functions.
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.