A simple Wii U homebrew for dumping the consoles crash logs.
ℹ️ WiiUCrashLogDumper requires the MochaPayload!
Make sure to update to Aroma or Tiramisu, in order to use this application.
For building you need:
You can also build WiiUIdent using docker:
# Build docker image (only needed once)
docker build . -t wiiucrashlogdump_builder
# make
docker run -it --rm -v ${PWD}:/project wiiucrashlogdump_builder make
# make clean
docker run -it --rm -v ${PWD}:/project wiiucrashlogdump_builder make clean
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i
- @GaryOderNichts for creating WiiUIdent. The GUI is based on WiiUIdent.
- FontAwesome for the icons.
- Terminus Font for the monospace font.