Skip to content

WiiU Homebrew that Switches your EnvironmentLoader Environment

License

Notifications You must be signed in to change notification settings

TraceEntertains/EnvSwap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnvSwap - Github Banner

This is NOT a port of HBL to Aroma and NOT an application to use .ELF homebrew on Aroma.

Wii U Environment Swapper

This is a slightly overengineered app that just restarts your console and swaps the environment, with the purpose of running Tiramisu applications easier instead of rebooting your console manually, holding X and then doing all of the EnvironmentLoader stuff manually.

Opening the app in Tiramisu (input changes nothing) reboots to Aroma’s Wii U Home Menu

Opening the app in Aroma with no buttons pressed reboots Tiramisu’s HBL

Opening the app in Aroma with the B button pressed reboots Tiramisu’s Wii U Menu

Building

To build this, ensure you have devkitPro, devkitPPC, libmocha and wut installed via the (dkp-)pacman package manager. Run make in the same directory as the Makefile, and use the resulting files located in the dist directory.

Alternatively, you can use the included dockerfile, here are some command that should work as long as you have Docker installed.

Docker for Linux

docker run --rm -v ${PWD}:/project builder make

Docker for Windows

docker run --rm -v %cd%:/project builder make.

Credits

Huge thanks to:

TraceEntertains - Lead developer
Maxine - Original project
Ingunar - All of the awesome icons & graphics (and the idea for this too)
Moonlumen - Moral support and insane amounts of alpha testing
WiiUReboot - Originally used as a foundation for this project

The Wii U is a registered trademark of Nintendo, who we are not affilated with.

About

WiiU Homebrew that Switches your EnvironmentLoader Environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 58.6%
  • Makefile 40.5%
  • Dockerfile 0.9%