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

Comparer: File Size difference only accounts for the first partition with 64 Bit #166

Open
PirateIzzy opened this issue Sep 14, 2021 · 0 comments

Comments

@PirateIzzy
Copy link
Contributor

Previously with 32-bit comparisons, it would compare the size of each WZ file. For example, here is my comparison of KMS v352 -> v353:

image

With the changed WZ file structure, it still compares all of the WZ files, but it only shows the size difference for the first WZ partition:

image

This is the size of the first Skill.wz:
image

However, I'm not sure if it's better to list each WZ file separately (Skill_000, Skill_001, Skill_002, etc) in the file size comparison, or if it should be the total size.
image

The one concern I have with listing each WZ file separately is that it would take up a lot of space in the comparison tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants