Go to file
Maschell ba2d6a1e4d Use ubuntu-22.04 in CI 2022-09-05 11:54:13 +02:00
.github/workflows Use ubuntu-22.04 in CI 2022-09-05 11:54:13 +02:00
homebrew_launcher_installer@8da91137af Update the homebrew_launcher_installer submodule 2022-01-05 16:24:26 +01:00
patches Patch ACPGetTitleMetaXmlByDevice of the HomeMenu proccess to allow coldbooting into the homebrew_launcher without a gamepad 2022-01-03 17:18:16 +01:00
source Simplify pre-setup. (#2) 2022-01-08 11:36:42 +01:00
.gitignore first commit 2021-12-26 09:13:58 +01:00
.gitmodules Fix submodules. 2022-01-07 13:25:16 +01:00
Dockerfile first commit 2021-12-26 09:13:58 +01:00
LICENSE Add LICENSE 2022-09-05 11:54:13 +02:00
Makefile Patch ACPGetTitleMetaXmlByDevice of the HomeMenu proccess to allow coldbooting into the homebrew_launcher without a gamepad 2022-01-03 17:18:16 +01:00
README.md Update README 2021-12-31 15:18:23 +01:00

README.md

Homebrew launcher wrapper payload

A simple wrapper that is just installing the sd_loader to load homebrew via the homebrew launcher homebrew_launcher_installer.

Usage

Place the 50_hbl_installer.rpx in the [ENVIRONMENT]/modules/setup folder and run the EnvironmentLoader.

Building

For building you just need wut installed, then use the make command.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t hblinstallerwrapper-builder

# make 
docker run -it --rm -v ${PWD}:/project hblinstallerwrapper-builder make

# make clean
docker run -it --rm -v ${PWD}:/project hblinstallerwrapper-builder make clean

Credits

See homebrew_launcher_installer