Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Aug 18, 2024
1 parent c15c896 commit 837690b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Allows submitting system information to an online database to collect various st
This is entirely optional and personally identifying information will be kept confidential.
[The database can be found here!](https://wiiu.gerbilsoft.com/)

### Load BOOT1 payload
Loads a payload from the root of the SD Card named `boot1.img` and executes it from within boot1.
If the file is named `boot1now.img` it gets loaded automatically when starting the recovery_menu after a 5 second timeout.

## Building
```bash
# build the docker container
Expand Down
2 changes: 1 addition & 1 deletion ios_mcp/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ static const Menu mainMenuOptions[] = {
{"Set Coldboot Title", {.callback = option_SetColdbootTitle}},
{"Dump Syslogs", {.callback = option_DumpSyslogs}},
{"Dump OTP + SEEPROM", {.callback = option_DumpOtpAndSeeprom}},
{"Start wupserver", {.callback = option_StartWupserver}},
{"Load Network Configuration", {.callback = option_LoadNetConf}},
{"Start wupserver", {.callback = option_StartWupserver}},
{"Pair Gamepad", {.callback = option_PairDRC}},
{"Install WUP", {.callback = option_InstallWUP}},
{"Edit Parental Controls", {.callback = option_EditParental}},
Expand Down
2 changes: 1 addition & 1 deletion ios_mcp/source/menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <stddef.h>
#include <stdint.h>

#define VERSION_STRING "0.5"
#define VERSION_STRING "0.6"

// FSA handle
// Initialized by menuThread().
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 837690b

Please sign in to comment.