This is just a simple plugin that takes screenshots of the TV and GamePad screens.
The screenshots will be saved on the SD card in the folder sd:/wiiu/screenshots
([ENVIRONMENT]
is a placeholder for the actual environment name.)
screenshot.wps
into sd:/wiiu/environments/[ENVIRONMENT]/plugins
. sd:/wiiu/environments/[ENVIRONMENT]/modules
.sd:/wiiu/environments/[ENVIRONMENT]/modules
.sd:/wiiu/environments/[ENVIRONMENT]/modules
.Press a button combo on the GamePad, Pro Controller or Classic Controller to take a screenshot.
Via the plugin config menu (press L, DPAD Down and Minus on the GamePad, Pro Controller or Classic Controller) you can configure the plugin. The available options are the following:
For building you need:
pacman -Syu ppc-zlib ppc-libgd ppc-libpng ppc-libjpeg-turbo
)It's possible to use a docker image for building. This way you don't need anything installed on your host system.
# Build docker image (only needed once)
docker build . -t screenshot-plugin-builder
# make
docker run -it --rm -v ${PWD}:/project screenshot-plugin-builder make
# make clean
docker run -it --rm -v ${PWD}:/project screenshot-plugin-builder make clean
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i