Rearrangement

This commit is contained in:
Niklas080208
2026-02-02 12:18:40 +01:00
parent 5825581127
commit 1a44154287
8 changed files with 1215 additions and 762 deletions

View File

@@ -105,9 +105,9 @@ static void print_header(void) {
gfx_clear_grey(0x1B);
gfx_con_setpos(0, 0);
set_color(COLOR_CYAN);
gfx_printf("========================================\n");
gfx_printf("===================================\n");
gfx_printf(" OmniNX Installer Payload v%s\n", VERSION);
gfx_printf("========================================\n\n");
gfx_printf("===================================\n\n");
set_color(COLOR_WHITE);
}
@@ -349,6 +349,9 @@ void ipl_main(void) {
int result = perform_installation(pack_variant, mode);
// Wait 3 seconds before clearing screen to allow errors to be visible
msleep(3000);
// Clear screen for final summary to ensure it's visible
gfx_clear_grey(0x1B);
gfx_con_setpos(0, 0);