Some label fixes

This commit is contained in:
2026-06-25 19:56:14 -05:00
parent d85737cc08
commit 722fe2ccfb
30 changed files with 290 additions and 105 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ Builds GameCube / Wii disc images (NTSC-J, NTSC-U, PAL) using xorrisofs /
mkisofs + Swiss-GC system-area headers.
The Swiss-GC headers contain a working GCN apploader that boots any DOL via
the El Torito catalog no custom PPC assembly needed.
the El Torito catalog - no custom PPC assembly needed.
Headers are cached in <script_dir>/../buildtools/iso/ and downloaded from the
Swiss-GC repository on first use.
@@ -14,8 +14,8 @@ Disc layout (produced by xorrisofs):
sector 16 ISO 9660 PVD
sector 17 El Torito Boot Record
... directory records, file data
Dusk.dol (El Torito boot image loaded by apploader)
dusk.dsk (asset archive found at runtime via ISO 9660)
Dusk.dol (El Torito boot image - loaded by apploader)
dusk.dsk (asset archive - found at runtime via ISO 9660)
"""
import argparse