mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-06 02:45:08 +01:00
13 lines
509 B
Markdown
13 lines
509 B
Markdown
# Memory info for the Wii U Plugin System
|
|
|
|
Prints information about the current memory usage when pressing L+R+X+Y+A+B via the UDPReader
|
|
|
|
## Building
|
|
|
|
For building you need:
|
|
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
|
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
|
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
|
|
|
|
|
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself. |