Skip to content

WiiU Homebrew that Switches your EnvironmentLoader Environment between Aroma and SPFN

License

Notifications You must be signed in to change notification settings

Nervi05/EnvSwapSPFN

 
 

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 just a test, to see if its Possible to switch between 2 Aroma Enviroments (Base Aroma and SPFN).

Opening this app in the normal Version of Aroma reboots the WiiU and (hopefully) switches to SPFN
Opening this when using SPFN reboots the WiiU and it should switch back to the Base Aroma version

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 between Aroma and SPFN

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 58.5%
  • Makefile 40.6%
  • Dockerfile 0.9%