-
Notifications
You must be signed in to change notification settings - Fork 92
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nicoboss
force-pushed
the
feature/keep-all-xci-partitions
branch
from
December 9, 2023 16:17
4cf2379
to
e5a0654
Compare
nicoboss
force-pushed
the
feature/keep-all-xci-partitions
branch
from
December 9, 2023 19:02
00c89b7
to
4e61a75
Compare
…me offset for all files
…me offset for all files
…he same offset due to empty HFS0 partition having a size of 0 instead of 0x200
…s0 to overwrite each other’s
nicoboss
force-pushed
the
feature/keep-all-xci-partitions
branch
from
December 17, 2023 12:57
d459f76
to
c7e2ae5
Compare
…n't deal with missing partitions
…her than "secure" and generally improved the ExtractHashes function
…creation seems to be working now
nicoboss
force-pushed
the
feature/keep-all-xci-partitions
branch
from
December 17, 2023 14:01
01c5815
to
3f06ba5
Compare
…CompressedBlockOffsetList items
…e formatting of the relevant output
… and ThreadSafeCounterSharedMemory for everyone else. This was done to avoid random BrokenPipeError on system which support shared memory.
nicoboss
changed the title
Keep all XCI partitions if --keep is specified
Major XCI/XCZ rewrite to support multible XCI partition
Dec 17, 2023
nicoboss
changed the title
Major XCI/XCZ rewrite to support multible XCI partition
Major XCI/XCZ rewrite to support multible XCI partitions
Dec 17, 2023
nicoboss
changed the title
Major XCI/XCZ rewrite to support multible XCI partitions
Major XCI/XCZ rewrite to support multiple XCI partitions
Dec 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes #156 and contributes to #147 part 2.
Specify --keep to keep all partitions including their content. By default, the content of all but the secure partition is removed but the empty partition itself are kept for Yuzu emulator compatibility.