summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2022-08-21DiscIO: Fix an incorrect error check in NFSBlobJosJuice
2022-08-20DiscIO: Fix calculation of NFS raw sizeJosJuice
2022-08-18CMake: Properly include lzma include directoriesTellowKrinkle
2022-08-18CMake: Properly include zstd include directoriesTellowKrinkle
2022-08-16fix verifying wii dev signaturesShawn Hoffman
2022-08-10DirectoryBlob: Fix partition size mixup for encrypted Wii discs.Admiral H. Curtiss
2022-08-04DiscIO/VolumeVerifier: Add a note about NFS bad dumpsJosJuice
2022-08-04DiscIO/VolumeVerifier: Small logic cleanupJosJuice
2022-08-04DiscIO: Adjust GetDataSizeType logic for NFSJosJuice
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2022-08-04DiscIO: Add support for the NFS formatJosJuice
2022-08-04DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"JosJuice
2022-08-02VolumeVerifier: enable fast hash functions by defaultShawn Hoffman
2022-08-02Merge pull request #10903 from shuffle2/hash-reorgTilka
2022-08-01Common/Hash: use zlib-ng for adler32. small cleanups.Shawn Hoffman
2022-08-01Implement hw accelerated AESShawn Hoffman
2022-07-30Merge pull request #10899 from shuffle2/sha1Admiral H. Curtiss
2022-07-28Merge pull request #10730 from AdmiralCurtiss/riivolution-sysfile-patchesJMC47
2022-07-28VolumeVerifier: Fix read_succeeded conditionJosJuice
2022-07-26WIABlob: remove outdated mbedtls workaroundShawn Hoffman
2022-07-26introduce wrapper for SHA1 functionalityShawn Hoffman
2022-07-25StripSpaces: only strip spacesShawn Hoffman
2022-07-19DiscIO/DirectoryBlob: Add callback to modify sys files before they're added t...Admiral H. Curtiss
2022-07-19DiscIO/Riivolution: Add dolphin-specific extensions "dolphin_sys_file" and "d...Admiral H. Curtiss
2022-07-19DiscIO/DirectoryBlob: Add ContentSource that stores data locally in std::vector.Admiral H. Curtiss
2022-07-19DiscIO/RiivolutionPatcher: Skip main.dol patches if no main.dol was given.Admiral H. Curtiss
2022-07-17VolumeVerifier: Ignore case when looking for IOS on update partitionJosJuice
2022-07-13DiscIO/VolumeVerifier: Don't try to verify data that would read out of bounds.Admiral H. Curtiss
2022-06-14Merge pull request #10743 from tellowkrinkle/LargeBlockRVZJMC47
2022-06-11DiscIO: Fix creation of rvz with > 2mb chunk sizeTellowKrinkle
2022-06-06CMake: rename minizip to minizip-ngTillmann Karras
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-03-26Merge pull request #10514 from JosJuice/datel-no-gametdbAdmiral H. Curtiss
2022-03-20Merge pull request #10491 from Minty-Meeo/dolphin-tool-more-stuffAdmiral H. Curtiss
2022-03-19Added a way to check Block Size, Compression Method, and Compression Level fl...Minty-Meeo
2022-03-15DiscIO: Don't return GameTDB ID for any Datel discJosJuice
2022-03-12DiscIO: Treat game ID DTLX01 as a Datel discJosJuice
2022-03-12VolumeVerifier: Skip "lacks some data" check for Datel discsJosJuice
2022-03-01NANDImporter: Only read the AES key onceStarsam80
2022-03-01NANDImporter: Make superblocks less magicalStarsam80
2022-03-01NANDImporter: Don't pass paths if we don't need toStarsam80
2022-03-01NANDImporter: Reduce recursion in `ProcessEntry`Starsam80
2022-03-01NANDImporter: Improve NANDFSTEntryStarsam80
2022-03-01NANDImporter: Make a class variable for the NAND rootStarsam80
2022-02-13Fix integer sign difference comparison warningsPokechu22
2022-01-29IOFile: Rename Clear() to ClearError() for clarity.Admiral H. Curtiss
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2022-01-23DiscIO: Delete an unused function declarationJosJuice
2022-01-20Merge pull request #10367 from Pokechu22/fmt-8.1.1JosJuice
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22