File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ int hdd_inject_header(hio_t *hio,
571571 set_u32 (buffer_4m + 0x001018 , 0x0400 );
572572 set_u32 (buffer_4m + 0x00101C , strlen (icon_props ));
573573 memcpy (buffer_4m + 0x001400 , icon_props , strlen (icon_props ));
574- fprintf (stdout , "Succesfully converted icon.sys into HDD format\n" );
574+ fprintf (stdout , "Succesfully converted memory card icon.sys into HDD format\n" );
575575 } else {
576576 fprintf (stdout , "Skipped icon.sys\n" );
577577 }
@@ -631,8 +631,6 @@ int hdd_inject_header(hio_t *hio,
631631 *
632632 * read kelf or elf
633633 */
634-
635- fprintf (stdout , "Skipped boot.kelf. Trying to inject boot.elf\n" );
636634 osal_free (patinfo );
637635
638636 result = read_file ("./boot.elf" , & patinfo , & patinfo_length );
You can’t perform that action at this time.
0 commit comments