-
Notifications
You must be signed in to change notification settings - Fork 91
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
Major XCI/XCZ rewrite to support multiple XCI partitions #160
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5394184 - Browse repository at this point
Copy the full SHA 5394184View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a88575b - Browse repository at this point
Copy the full SHA a88575bView commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5772bd3 - Browse repository at this point
Copy the full SHA 5772bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172388b - Browse repository at this point
Copy the full SHA 172388bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a0654 - Browse repository at this point
Copy the full SHA e5a0654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e61a75 - Browse repository at this point
Copy the full SHA 4e61a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b62c4 - Browse repository at this point
Copy the full SHA 35b62c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b445f66 - Browse repository at this point
Copy the full SHA b445f66View commit details
Commits on Dec 10, 2023
-
Fixed a major issue with the new HFS0 creation caused by using the sa…
…me offset for all files
Configuration menu - View commit details
-
Copy full SHA for dccf9c0 - Browse repository at this point
Copy the full SHA dccf9c0View commit details -
Fixed a major issue with the new PFS0 creation caused by using the sa…
…me offset for all files
Configuration menu - View commit details
-
Copy full SHA for f763bc4 - Browse repository at this point
Copy the full SHA f763bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906b5c8 - Browse repository at this point
Copy the full SHA 906b5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f30a2f - Browse repository at this point
Copy the full SHA 7f30a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4f56c - Browse repository at this point
Copy the full SHA 1f4f56cView commit details
Commits on Dec 16, 2023
-
Fixed XCI compression issue resulting in multiple HFS0 partition at t…
…he same offset due to empty HFS0 partition having a size of 0 instead of 0x200
Configuration menu - View commit details
-
Copy full SHA for 9404d45 - Browse repository at this point
Copy the full SHA 9404d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe3551 - Browse repository at this point
Copy the full SHA dbe3551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ce2eb - Browse repository at this point
Copy the full SHA 17ce2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e0a86 - Browse repository at this point
Copy the full SHA 87e0a86View commit details
Commits on Dec 17, 2023
-
Fixed major root hfs0 issue which cause hfs0 files inside the root hf…
…s0 to overwrite each other’s
Configuration menu - View commit details
-
Copy full SHA for c7e2ae5 - Browse repository at this point
Copy the full SHA c7e2ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28096b5 - Browse repository at this point
Copy the full SHA 28096b5View commit details -
Add empty partitions instead of skipping them as the Yuzu Emulator ca…
…n't deal with missing partitions
Configuration menu - View commit details
-
Copy full SHA for fb70f41 - Browse repository at this point
Copy the full SHA fb70f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d06d70 - Browse repository at this point
Copy the full SHA 2d06d70View commit details -
Fixed NCA hash verification not being able to deal with partitions ot…
…her than "secure" and generally improved the ExtractHashes function
Configuration menu - View commit details
-
Copy full SHA for 378aacb - Browse repository at this point
Copy the full SHA 378aacbView commit details -
Re-enabled solid compression as everything with multi-partition HFS0 …
…creation seems to be working now
Configuration menu - View commit details
-
Copy full SHA for 3f06ba5 - Browse repository at this point
Copy the full SHA 3f06ba5View commit details -
Fixed major block decompression issue caused by calculating too many …
…CompressedBlockOffsetList items
Configuration menu - View commit details
-
Copy full SHA for bf4ba02 - Browse repository at this point
Copy the full SHA bf4ba02View commit details -
Improved the console output by removing debug output and improving th…
…e formatting of the relevant output
Configuration menu - View commit details
-
Copy full SHA for 7ed0981 - Browse repository at this point
Copy the full SHA 7ed0981View commit details -
Separated ThreadSafeCounter into ThreadSafeCounterManager for Android…
… and ThreadSafeCounterSharedMemory for everyone else. This was done to avoid random BrokenPipeError on system which support shared memory.
Configuration menu - View commit details
-
Copy full SHA for e98c405 - Browse repository at this point
Copy the full SHA e98c405View commit details