summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2017-12-03WiiSaveBanner: Resolve a -Wreorder warningLioncash
2017-11-19VolumeGC: Correct printf specifier in LoadBannerFile()Lioncash
2017-11-08Avoid forbidden characters when extracting disc partitionsJosJuice
2017-11-06Merge pull request #6162 from JosJuice/nand-check-save-game-nameAnthony
2017-11-06Merge pull request #6109 from t27duck/missing_wiiware_makers_2JosJuice
2017-11-03Avoid UB when reading Wii volume namesJosJuice
2017-11-03Add WiiSaveBanner classJosJuice
2017-10-29Merge pull request #6148 from leoetlino/null-bugLeo Lam
2017-10-28NANDImporter: Construct strings correctlyLéo Lam
2017-10-28NANDImporter: Add support for dumps that don't include keysLéo Lam
2017-10-24DiscIO: Remove comments that state obvious factsLéo Lam
2017-10-24Remove NANDContentManagerLéo Lam
2017-10-24Drop the direct WAD launch hackLéo Lam
2017-10-23Merge pull request #6108 from JosJuice/tgc-negative-file-area-shiftAnthony
2017-10-22Update maker information to match the wikiTony Drake
2017-10-08Add some missing WiiWare makersFoxP
2017-10-08TGCBlob: Fix brace styleJosJuice
2017-10-08TGCBlob: Make m_file_area_shift signedJosJuice
2017-10-08TGCBlob: Use file_area_real_offset as split pointJosJuice
2017-10-08TGCBlob: Improve variable namesJosJuice
2017-10-01Add some missing WiiWare makersTony Drake
2017-09-15VolumeGC: Add a default constructor for ConvertedGCBannerLéo Lam
2017-09-15DiscIO: Use Common::Lazy for loading GC bannersJosJuice
2017-09-15DiscIO: Remove m_partition and m_volume from FileSystemJosJuice
2017-09-15DiscIO: Use Common::Lazy for loading filesystemsJosJuice
2017-08-25DiscIO: Fix TMD extractionLéo Lam
2017-08-23Merge pull request #5864 from JosJuice/directoryblob-disccontentcontainerJosJuice
2017-08-22Revert "DirectoryBlob: Use NonCopyable"JosJuice
2017-08-16Merge pull request #5746 from leoetlino/disc-updatesLeo Lam
2017-08-13Fix two small lint errorsMichael M
2017-08-11Merge pull request #5871 from JosJuice/read-swapped-and-shiftedLeo Lam
2017-08-10DiscIO: Add a blob reader for Volume filesLéo Lam
2017-08-10WiiWad: Allow using WiiWad with more than just filesLéo Lam
2017-08-05Filesystem: Declare FileInfo iterator's move constructor and assignment opera...Lioncash
2017-08-02DiscIO: Add a Volume::ReadSwappedAndShifted functionJosJuice
2017-08-01DirectoryBlob: Remove unused DiscContent memberJosJuice
2017-08-01FileSystemGCWii: Don't add 0-size files to m_offset_file_info_cacheJosJuice
2017-08-01DirectoryBlob: Fix reading beyond the end of the discJosJuice
2017-08-01DirectoryBlob: Remove redundant assertJosJuice
2017-08-01DirectoryBlob: Don't add DiscContents with size 0JosJuice
2017-08-01DirectoryBlob: Change the return type of Add/CheckSizeAndAddJosJuice
2017-08-01DirectoryBlob: Lookup DiscContents by offset + size instead of offsetJosJuice
2017-08-01DirectoryBlob: Replace std::set<DiscContent> with a new classJosJuice
2017-08-01DirectoryBlob: Use NonCopyableJosJuice
2017-08-01DirectoryBlob: Standardize the spelling of discJosJuice
2017-08-01DirectoryBlob: Don't silently set GC region to NTSC-J if bi2.bin is missingJosJuice
2017-08-01DirectoryBlob: Write partition headers properlyJosJuice
2017-08-01Don't show "extra" files from DirectoryBlobs in game listJosJuice
2017-08-01DirectoryBlob: Change ConvertUTF8NamesToSHIFTJIS's parameter to pointerJosJuice
2017-08-01DirectoryBlob: Support multiple partitionsJosJuice