-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libromdata] WiiUPackage: Add support for extracted Wii U packages.
Main differences between NUS and extracted formats, besides packaged being in .app files and extracted being extracted: - Extracted might not have ticket and/or TMD. - Extracted should have the three XML files. Note that certain titles *might* be missing some of the XMLs; this will need to be checked later. - Extracted doesn't have an FST content, so everything that checks for FST presence has been updated to not check for FST. - WiiUPackagePrivate::open() still checks for an FST in NUS format. - WiiUPackagePrivate::open(): For extracted format, open the file directly using RpFile and the package path. Fixes #430: Add support for extracted WiiU games Requested by @Masamune3210.
- Loading branch information
1 parent
a217cbf
commit 98888f0
Showing
4 changed files
with
147 additions
and
40 deletions.
There are no files selected for viewing
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
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
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
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