Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Aug 18, 2024
1 parent 44e248b commit bf3aec8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios_mcp/source/options/InstallWUP.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ void option_InstallWUP(void)
return;
}

gfx_printf(16, index, 0, "Found title: %08lx-%08lx",
index = gfx_printf(16, index, 0, "Found title: %08lx-%08lx\nDo you want to install this title?",
(uint32_t)(info.titleId >> 32), (uint32_t)(info.titleId & 0xFFFFFFFFU));
index += CHAR_SIZE_DRC_Y + 4;
gfx_print(16, index, 0, "Do you want to install this title?");
index += CHAR_SIZE_DRC_Y + 4;

static const Menu installWupOptions[] = {
{"Cancel", {0} },
Expand Down

0 comments on commit bf3aec8

Please sign in to comment.