Skip to content

Commit

Permalink
Bump version to v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Sep 11, 2022
1 parent b7fcad0 commit 46c9b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios_mcp/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ int menuThread(void* arg)

int selected = 0;
while (1) {
selected = drawMenu("Wii U Recovery Menu v0.3 by GaryOderNichts",
selected = drawMenu("Wii U Recovery Menu v0.4 by GaryOderNichts",
mainMenuOptions, ARRAY_SIZE(mainMenuOptions), selected,
0, 16, 16+8+2+8);
if (selected >= 0 && selected < ARRAY_SIZE(mainMenuOptions)) {
Expand Down

0 comments on commit 46c9b25

Please sign in to comment.