More actions
No edit summary |
|||
Line 38: | Line 38: | ||
== Changelog == | == Changelog == | ||
'''v0.3.0 2024/07/06''' | '''v0.3.0 2024/07/06''' | ||
* Fix HBC detection by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/54 #54] | * Fix HBC detection by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/54 #54]. | ||
* Make quick starting titles more consistent if selecting the titles takes longer than 5-10 seconds by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/53 #53] and [https://github.com/wiiu-env/AutobootModule/pull/55 #55] | * Make quick starting titles more consistent if selecting the titles takes longer than 5-10 seconds by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/53 #53] and [https://github.com/wiiu-env/AutobootModule/pull/55 #55]. | ||
* Attempt to avoid screen corruptions by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/56 #56] | * Attempt to avoid screen corruptions by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/56 #56]. | ||
'''v0.2.1 2024/05/07''' | '''v0.2.1 2024/05/07''' | ||
* Initial support for quick starting into homebrew titles, fix quick starting into settings. | * Initial support for quick starting into homebrew titles, fix quick starting into settings. | ||
Line 70: | Line 70: | ||
'''v0.1 2022/09/05''' | '''v0.1 2022/09/05''' | ||
* Add a update block warning screen. | * Add a update block warning screen. | ||
== Credits == | == Credits == | ||
* GaryOderNichts. | * GaryOderNichts. |
Revision as of 07:13, 7 July 2024
AutobootModule | |
---|---|
General | |
Author | GaryOderNichts, Maschell |
Type | System Tools |
Version | 0.3.0 |
License | GPL-3.0 |
Last Updated | 2024/07/06 |
Links | |
Download | |
Website | |
Source | |
This is a bootmenu targeted to be loaded with the EnvironmentLoader. It allows you to boot into the Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel.
Note: This plugin is included with Aroma/Tiramisu and generally does not need to be installed separately.
Features
- Boot into Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel.
- Full support of Quick Boot Menu of the Gamepad when coldbooting.
- Set a autoboot title.
Installation
Place 99_autoboot.rpx in the [ENVIRONMENT]/modules/setup
folder.
Controls
Hold Start (+) on the Gamepad while launching this Environment to force open the Autoboot menu.
Press Y on the autoboot menu to set autobooting to this titles. To revert it, force open the menu by holding Start (+) while launching the environment.
Changelog
v0.3.0 2024/07/06
- Fix HBC detection by @Maschell in #54.
- Make quick starting titles more consistent if selecting the titles takes longer than 5-10 seconds by @Maschell in #53 and #55.
- Attempt to avoid screen corruptions by @Maschell in #56.
v0.2.1 2024/05/07
- Initial support for quick starting into homebrew titles, fix quick starting into settings.
- Try to mount WFS drives once even if now USBStorageDevice is connected.
- Fix loading the Transfer App.
- Abort the quick start menu after ~120 seconds.
- Remove the Tiramisu Icon from the boot selector menu.
- Add option to (un)block updates from within the boot selector and update block warning.
v0.2.0 2023/07/21
- Menus support all controllers by @Maschell/@Andrew1Hawes in #34.
- Implement support for pairing a controller or GamePad by @Maschell in #35.
- Full Changelog: v0.1.3...v0.2.0.
v0.1.3 2023/04/03
- Fix loading the correct account when selecting the Wii U Menu or an applet in quick start menu by @Maschell in #27.
- Improve disc launching in quick start menu by @Maschell in #28.
- Full Changelog: v0.1.2...v0.1.3.
v0.1.2 2023/01/14
- Fix crash when selecting "Don't show this again" on the update warning by @Maschell in #19.
- Full Changelog: v0.1.1...v0.1.2.
v0.1.1 2023/01/11
- Use libschrift instead of freetype by @Maschell in #16.
- Only show update warning if "/vol/storage_mlc01/sys/update" exists and is actually a directory by @Maschell in #17.
- Fix entering the menu when autoboot is enabled and updates are not blocked, show module version in menu and stop sound by @Maschell in #18.
- Full Changelog: v0.1...v0.1.1.
v0.1 2022/09/05
- Add a update block warning screen.
Credits
- GaryOderNichts.
- Maschell.