Skip to content

Commit

Permalink
Update version to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Jul 26, 2022
1 parent 84a5f5d commit 485a3e9
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 @@ -985,7 +985,7 @@ int menuThread(void* arg)

// draw top bar
gfx_set_font_color(COLOR_PRIMARY);
const char* title = "Wii U Recovery Menu v0.1 by GaryOderNichts";
const char* title = "Wii U Recovery Menu v0.2 by GaryOderNichts";
gfx_printf((SCREEN_WIDTH / 2) + (gfx_get_text_width(title) / 2), 8, 1, title);
gfx_draw_rect_filled(8, 16 + 8, SCREEN_WIDTH - 8 * 2, 2, COLOR_SECONDARY);

Expand Down

0 comments on commit 485a3e9

Please sign in to comment.