Skip to content

Commit d6c6107

Browse files
committed
finalize.gm9: readd gm9megascript
only /gm9/languages is copied in finalize_helper
1 parent 00d205f commit d6c6107

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

romfs/finalize/finalize.gm9

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ if find 0:/gm9/flags/INSTALLFLAG NULL
528528
goto INSTALLSKIP
529529
end
530530

531+
cp -w 9:/finalize/gm9/scripts/GM9Megascript.gm9 0:/gm9/scripts/GM9Megascript.gm9
531532
rm -o -s 0:/gm9/scripts/finalize.gm9
532533
rm -o -s 0:/finalize.romfs
533534

@@ -541,6 +542,7 @@ poweroff
541542

542543
@BACKUPSKIP
543544

545+
cp -w 9:/finalize/gm9/scripts/GM9Megascript.gm9 0:/gm9/scripts/GM9Megascript.gm9
544546
rm -o -s 0:/gm9/scripts/finalize.gm9
545547
rm -o -s 0:/finalize.romfs
546548

@@ -558,13 +560,14 @@ poweroff
558560

559561
@BACKUPDUPE
560562

561-
set PREVIEW_MODE "9:/finalize//img/error17.png"
563+
set PREVIEW_MODE "9:/finalize/img/error17.png"
562564

563565
ask "Information #17: Duplicate NAND backup\nIt looks like you've already made a NAND backup.\n \nIf you want to install homebrew applications,\nyou should copy your NAND backup from\nSD:/gm9/backups to a safe location on your computer,\ndelete the backup from the SD card, and\ncopy the Nintendo 3DS folder back to your SD card.\n(If you've lost the folder, you can regenerate\none by opening HOME Menu with this SD inserted.)\n \nPress (A) to make another NAND backup anyway.\nPress (B) to cancel."
564566
goto NOSPACE
565567

566568
@INSTALLSKIP
567569

570+
cp -w 9:/finalize/gm9/scripts/GM9Megascript.gm9 0:/gm9/scripts/GM9Megascript.gm9
568571
rm -o -s 0:/gm9/scripts/finalize.gm9
569572
rm -o -s 0:/finalize.romfs
570573

0 commit comments

Comments
 (0)