summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2018-06-09ChunkFile: Remove unnecessary includesLioncash
2018-06-02Qt/FilesystemWidget: Add size columnspycrab
2018-05-30VolumeWii: Shorten padding checking code within CheckIntegrity()Lioncash
2018-05-30VolumeWii: Use ReadSwapped for retrieving the partition data size in CheckInt...Lioncash
2018-05-30VolumeGC/VolumeWii: Dehardcode sizes where applicableLioncash
2018-05-30Volume/VolumeGC/VolumeWii: Amend variable namingLioncash
2018-05-27ColorUtil: Amend function name casingLioncash
2018-05-27ColorUtil: Namespace code under the Common namespaceLioncash
2018-05-27CDUtils: Amend function namesLioncash
2018-05-27CDUtils: Namespace code under the Common namespaceLioncash
2018-05-23Make the support for unencrypted Wii disc images less brokenJosJuice
2018-05-20Reimplement custom PNG banners in game listJosJuice
2018-05-16Common/Hash: Namespace code under the Common namespaceLioncash
2018-05-04NandPaths: Return paths that are relative to Wii NANDLéo Lam
2018-04-13CMakeLists: Link in zlib privately where applicableLioncash
2018-04-12Reformat all the things!spycrab
2018-03-31DiscIO: Don't use all uppercase for enum valuesJosJuice
2018-03-27DiscExtractor: Pass partition by reference rather than by value in ExtractDir...Lioncash
2018-03-24DiscIO/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-03-16Assert: Remove unused parameter from DEBUG_ASSERTLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-09Unify ISOFile (wx) with GameFile (Qt) and put it in UICommonJosJuice
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