You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
<!--bin: github--> <!--date: github--> Homebrew On Menu is an Aroma plugin that allows you to boot homebrew directly from your Wii U Menu. '''Note:''' This plugin is included with Aroma and generally does not need to be installed separately. == Installation == Copy homebrew_on_menu.wps to sd:/wiiu/environments/aroma/plugins. <!-- The plugin requires the following modules to be present in specific directories: * WiiUPluginLoaderBackend in <code>sd:/wiiu/environments/aroma/module</code> * RPXLoadingModule in <code>sd:/wiiu/environments/aroma/modules</code> * WUHBUtilsModule in <code>sd:/wiiu/environments/aroma/modules</code> * ContentRedirectionModule in <code>sd:/wiiu/environments/aroma/modules</code> * SDHotSwapModule in <code>sd:/wiiu/environments/aroma/modules</code> * NotificationModule in <code>sd:/wiiu/environments/aroma/modules</code> --> == User guide == You can place homebrew applications with file extensions .rpx or .wuhb in <code>sd:/wiiu/apps</code> or any of its subdirectories. === Configuration === Available options from the plugin config menu (L+D-Pad Down+Minus): * Hide all homebrew (except Homebrew Launcher): ** Hides all homebrew applications, excluding <code>sd:/wiiu/apps/homebrew_launcher.wuhb</code> and <code>sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.wuhb</code>. ** Default is false. * Prefer .wuhb over .rpx: ** Hides a .rpx file from the Wii U Menu if a .wuhb file with the same name exists in the same directory. ** Default is true. * Hide all .rpx ** Hides all .rpx files from the Wii U Menu. ** Default is false. ===Hide specific apps=== You can specify a list of executables to hide via <code>sd:/wiiu/apps/.ignore</code>, a text file where each line contains a file/pattern to exclude. Case-insensitivity and wildcard "*" support apply. Example <code>sd:/wiiu/apps/.ignore</code> content: <pre># Ignore any .rpx in the my_game sub directory my_game/*.rpx # Ignore any executable in the other_game sub directory other_game/* # Ignore any executable that starts with "retroarch" retroarch* */retroarch* # Ignore sd:/wiiu/apps/CoolGame.wuhb CoolGame.wuhb </pre> === Save Data Redirection === To maintain homebrew app order when running the Wii U Menu without the plugin, the plugin redirects the Wii U Menu save data to <code>sd:/wiiu/homebrew_on_menu_plugin/[SerialNumberOfTheConsole]/save</code>. When no save data is found on the SD card, the current save data is copied from the console, but after that it's never updated. When the plugin is configured to hide all homebrew except Homebrew Launcher, redirection is disabled. == Media == '''[Wii U] New Homebrew Environment (Wii U Plugin System) by Maschell [Preview]''' ([https://www.youtube.com/watch?v=kngEobEngqg BullyWiiPlaza]) <br> <youtube>kngEobEngqg</youtube> == Changelog == '''v0.1.8 2024/05/06''' * Give the users tips how to fix the 150-3030 error when they encounter it in the Wii U Menu. * Only redirect the save directory of the current user. '''v0.1.7 2023/07/22''' * Fix compiling with latest wut/devkippc version by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/38 #38] * Compile with latest wut, devkitPPC and wups version. * Full Changelog: [https://github.com/wiiu-env/homebrew_on_menu_plugin/compare/v0.1.6...v0.1.7 v0.1.6...v0.1.7]. '''v0.1.6 2023/04/03''' * Fix copying the save data for other accounts than the main account by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/36 #36]. * Use a separate Wii U Menu save copy per console by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/37 #37]. * Full Changelog: [https://github.com/wiiu-env/homebrew_on_menu_plugin/compare/v0.1.5...v0.1.6 v0.1.5...v0.1.6]. '''v0.1.5 2023/03/29''' * Only parse the .ignore file when launching Wii U Menu by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/33 #33]. * Full Changelog: [https://github.com/wiiu-env/homebrew_on_menu_plugin/compare/v0.1.4...v0.1.5 v0.1.4...v0.1.5]. '''v0.1.4 2023/03/23''' * Implement /vol/save/common redirection for Wii U Menu when other titles access it by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/27 #27]. ** This fixes displaying titles correctly in Daily Log. * Add option to hide all .rpx by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/28 #28]. * Rename the config item to just "Hide all homebrew" if no homebrew_launcher.wuhb exists on the sd card. by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/29 #29]. * Implement support for a .ignore file in sd:/wiiu/apps by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/30 #30]. ** See the README for more information. * Fix crash when inserting/removing the sd card in applets while the Wii U Menu is running by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/homebrew_on_menu_plugin/pull/31 #31]. * Full Changelog: [https://github.com/wiiu-env/homebrew_on_menu_plugin/compare/v0.1.3...v0.1.4 v0.1.3...v0.1.4]. '''v0.1.3 2022/10/09''' * Add option to hide .rpx if a .wuhb with the same name exists. '''v0.1.2 2022/09/20''' * Display the correction version in the config menu. '''v0.1.1 2022/09/18''' * Change the scope of the mutex when hooking into the FSReadfile to avoid a possible deadlook when exiting some games. '''v0.1 2022/09/05''' * Update Dockerfile. == External links == * GitHub - https://github.com/wiiu-env/homebrew_on_menu_plugin/ * GBAtemp - https://gbatemp.net/threads/compilation-of-plugins-apps-for-aroma.631167/
Advertising: