mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 10:59:15 +01:00
Update the README
This commit is contained in:
parent
934ec23a66
commit
f75ec42fe7
18
README.md
18
README.md
@ -1,4 +1,22 @@
|
||||
# AutobootModule
|
||||
This is a bootmenu targetted to be loaded with the [EnvironmentLoader](https://github.com/wiiu-env/EnvironmentLoader). It allows you to boot into the Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel.
|
||||
|
||||
## Usage
|
||||
Place the 50_hbl_installer.rpx in the [ENVIRONMENT]/modules/setup folder and run the EnvironmentLoader.
|
||||
- Requires the [HBLInstallerWrapper](https://github.com/wiiu-env/HBLInstallerWrapper) in the `[ENVIRONMENT]/modules/setup` folder.
|
||||
- Requires the homebrew_launcher.elf in sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf.
|
||||
|
||||
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.
|
||||
|
||||
## 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
|
||||
|
||||
## Building
|
||||
For building you just need [wut](https://github.com/devkitPro/wut/) installed, then use the `make` command.
|
||||
|
||||
## Building using the Dockerfile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user