Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 881 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 881 Bytes

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.