Skip to content

Handle additional error case for truncated or absent multiboot signature#24

Merged
AetiasHax merged 1 commit into
AetiasHax:mainfrom
YakoSWG:main
Mar 14, 2026
Merged

Handle additional error case for truncated or absent multiboot signature#24
AetiasHax merged 1 commit into
AetiasHax:mainfrom
YakoSWG:main

Conversation

@YakoSWG

@YakoSWG YakoSWG commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Single line PR that adds a match arm for RawMultibootSignatureError::DataTooSmall errors. I had some issues with extraction failing for ROMs built by ndstool. It's likely ndstool destroys the multiboot signature. I think it's reasonable to continue extraction here especially since the other error types do the same.

@AetiasHax

Copy link
Copy Markdown
Owner

Thanks for the fix! I can see the error happening on retail ROMs as well, so it only makes sense to treat the multiboot signature as absent in this case.

@AetiasHax AetiasHax merged commit 8a9c151 into AetiasHax:main Mar 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants