A remake of the Nintendo Switch's UI for the Wii U
L Stick/DPad: move around the menuA Button: enter menus, load games, ect.B Button: close open menus or subcategories+ Button: open the options menu for a game
- You can ignore games by creating an "ignore.txt" file in your "sd://switchU/" folder!
- You can create custom icons for any game in the "sd://switchU/custom_icons/" folder!
- wut
- librpxloader
- SDL2 Wii U
- SDL2 image Wii U
- SDL2 ttf Wii U
Install Devkitpro following the official guide for your OS
Install wut:
(sudo) (dkp-)pacman -Syu --needed wiiu-dev
Install The SDL2 Wii U Libraries:
(sudo) (dkp-)pacman -S wiiu-sdl2 wiiu-sdl2_image wiiu-sdl2_ttf
Simply run make at the root of the repo
make (path to Makefile)
- BenchatonDev Co-writer on the projects code.
- Ashquarky For porting SDL2 to Wii U
- Dimok For making VPADInput.h and WPADInput.h
- GaryOderNichts For making Wii U ident which I used as 'base'
- DanielKO For emotional support and helping me figure out the rpx loader