WiiUPluginSystem/plugins/screenshot
Maschell 0d46322cbb Add support for plugins that use wut libraries.
Add the requirement to have wut installed
Modify the plugin makefile, now you need to enable malloc wrapping manually
Change the calling behaviour of the "WUPS_APP_STATUS_CLOSED" hook. PPCExit does NOT get called when opening an application from the system menu.
Add error output to the UDPLogger on failure.
2018-06-17 12:47:45 +02:00
..
libs [Plugin] Added screenshot plugin 2018-03-08 18:47:43 +01:00
src [Plugin] Improve the screenshot plugin. Flushing the memory before writing it to the SDCard 2018-04-04 16:31:48 +02:00
Makefile Add support for plugins that use wut libraries. 2018-06-17 12:47:45 +02:00
makefile.mk Add support for plugins that use wut libraries. 2018-06-17 12:47:45 +02:00
README.md [Plugin] Added screenshot plugin 2018-03-08 18:47:43 +01:00

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.

Building

For building you need:

Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.

You also need some other, external libraries.

All needed dependencies are in the "libs" folder of this plugin. Extract the "portlibs.zip" archive into your devkitPro directory. The archive includes:

  • gd
  • libjpeg