Skip to content

ARandomOSDever/wiiu-meson-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiiu-meson-template

This is a template for creating WUT based homebrew for the Wii U

Building

You need to have the following programs/libraries (and their dependencies) in order to build this:

  • devkitPPC
  • WUT
  • elf2rpl (part of wut-tools)
  • wiiu-pkg-config
  • ninja
  • meson

Configure using meson:

# you can change "build" to any directory name of your choosing
meson setup build --cross-file crossfile.ini

and compile with ninja or meson compile:

cd build

# you can do this
ninja

# or you can do this
meson compile

A WUHB file called "yt-altclient.wuhb" will be compiled, which you can:

  • Run it with Cemu: (You need to have Cemu on your PATH)
ninja cemu
# or enabling the Cemu GDB stub
ninja cemugdb
  • or, send it to your Wii U via Wiiload: (You need to add the WIILOAD environment variable to your environment)
export WIILOAD=tcp:192.168...
ninja wiiload

About

Template for creating Wii U homebrew with Meson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors