Skip to content

neuschaefer/wiiu-linux-launcher

Repository files navigation

Wii U Linux Launcher (build status)

(Insert screenshot here)

License

This project as a whole is licensed under the GNU GPLv2.

The soft keyboard (keyboard.c/keyboard.h) is BSD3-licensed, because I think it's useful for other homebrew software, too.

Dependencies

A few git repositories are pulled in as git submodules:

  • dynamic_libs: Bindings for the dynamic libraries that are present on the Wii U.

To automatically download them, use git clone --recursive.