From bf3aec84b639fe64a75985829f48eb58ad3342f4 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:35:48 +0200 Subject: [PATCH] WIP --- ios_mcp/source/options/InstallWUP.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ios_mcp/source/options/InstallWUP.c b/ios_mcp/source/options/InstallWUP.c index 45bc872..021b56c 100644 --- a/ios_mcp/source/options/InstallWUP.c +++ b/ios_mcp/source/options/InstallWUP.c @@ -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} },