mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2024-11-05 07:55:09 +01:00
25 lines
979 B
Markdown
25 lines
979 B
Markdown
|
# Screenshot tool
|
||
|
|
||
|
This is just a simple plugin that takes screenshot of the TV and DRC screen. The screenshot will saved on the sd card.
|
||
|
|
||
|
## Wii U Plugin System
|
||
|
This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder:
|
||
|
|
||
|
```
|
||
|
sd:/wiiu/plugins
|
||
|
```
|
||
|
When the file is placed on the SDCard you can load it with [plugin loader](https://github.com/Maschell/WiiUPluginSystem/).
|
||
|
|
||
|
## 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.
|
||
|
|
||
|
Other external libraries are already located in the `libs` folder.
|
||
|
|
||
|
- libjpeg
|
||
|
- libturbojpeg
|