wiiu-env/Aroma — reverse-engineered prompt
Reverse engineered prompt
Build me the Aroma Environment for Wii U homebrew, based on the public wiiu env tools.
I want it to act like a ready to copy SD card bundle that loads through EnvironmentLoader and can also be used with a coldboot setup through PayloadLoader. It should support the latest Wii U firmware mentioned in the docs, work with the browser exploit entrypoint too, and make setup simple enough that the user just extracts files to the root of the SD card.
The main goal is a modular homebrew environment. Users should be able to add or remove modules and plugins, run plugins and homebrew apps at the same time, and keep plugins isolated enough to improve stability. Include the usual default plugin support people expect, like launching homebrew from the Wii U Menu, FTP in the background, Wiiload over the network, gamepad region freedom, and launching out of region games.
If code is split across the wiiu env repos, look up the current docs online and wire the package together cleanly.
Want more depth? Deep Reverse