From 55f9573d334b67c5d52b42a4840b54aa2a04dd6a Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 30 Dec 2021 16:58:23 +0100 Subject: [PATCH] Update the readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef551fb..229bbae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Mocha lite - a simple custom firmware -This a lite version of the [original mocha](https://github.com/dimok789/mocha) to be used with the [SetupPayload](https://github.com/wiiu-env/SetupPayload). +# MochaPayload - a simple custom firmware +This a lite version of the [original mocha](https://github.com/dimok789/mocha) to be used with the [EnvironmentLoader](https://github.com/wiiu-env/EnvironmentLoader). ## Usage -Place the `00_mocha.rpx` in the `sd:/wiiu/modules/setup` folder and run the [SetupPayload](https://github.com/wiiu-env/SetupPayload). +Place the `00_mocha.rpx` in the `[ENVIRONMENT]/modules/setup` folder and run the [EnvironmentLoader](https://github.com/wiiu-env/EnvironmentLoader). Requires [PayloadFromRPX](https://github.com/wiiu-env/PayloadFromRPX) as `sd:/wiiu/root.rpx` to support returning from the system settings. ## Patches @@ -10,7 +10,6 @@ Requires [PayloadFromRPX](https://github.com/wiiu-env/PayloadFromRPX) as `sd:/wi - RPX redirection - overall sd access - wupserver and own IPC which can be used with [libiosuhax](https://github.com/wiiu-env/libiosuhax). -- Opening the "Health and Safety" application will try to run the [Homebrew Launcher](https://github.com/dimok789/homebrew_launcher/) from `sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.rpx` from sd card. ## Building