Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--matching compression option, and Makefile #1

Merged
merged 3 commits into from
May 2, 2021

Conversation

Thar0
Copy link
Contributor

@Thar0 Thar0 commented May 2, 2021

Adds an option that will compress a rom without certain optimizations in such a way that, if compressing the same unmodified files, will match an original compressed rom.
Most notably, this option changes how deleted files in dmadata are handled. It preserves them instead of moving them.
This option also changes how the rom is padded, original retail roms are padded to their final size with 00010203....FF00010203.... so this behavior is also copied.

Also adds a .gitignore to exclude compiled objects and binaries and a Makefile for easy integration into projects using a Makefile-based build system such as projects based on the decompilation projects.

@z64me z64me merged commit eb11085 into z64utils:main May 2, 2021
@z64me
Copy link
Collaborator

z64me commented May 2, 2021

Awesome job @Thar0, thanks for adding this feature! Can't wait to see it in the decomps! 🎉

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