diff --git a/main.c b/main.c index df8ecfb..4870368 100644 --- a/main.c +++ b/main.c @@ -180,5 +180,7 @@ void *_main(void *base) } } + gecko_puts("Returning to BootMii...\n"); + return patch_boot2(base, (((u64)tidh)<<32) | tidl); } diff --git a/powerpc_elf.c b/powerpc_elf.c index 237a30b..238940a 100644 --- a/powerpc_elf.c +++ b/powerpc_elf.c @@ -83,7 +83,7 @@ int powerpc_load_file(const char *path) gecko_puts("ELF load done, booting PPC...\n"); powerpc_upload_stub(NULL,0); powerpc_reset(); - gecko_puts("PPC booted!\n"); + gecko_puts("PPC booted!\n\n"); return 0; }