summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2020-09-16DiscIO: Use std::function for compression callbackJosJuice
2020-09-06Merge pull request #8861 from JosJuice/netplay-hashJMC47
2020-09-06Merge pull request #8644 from JosJuice/rework-tgcJMC47
2020-09-01Merge pull request #9047 from JosJuice/wia-header-heuristicLC
2020-09-01Merge pull request #9056 from JosJuice/supportsreadwiidecrypted-parameterLC
2020-08-31DiscIO: Expand WIA/RVZ header size heuristic commentsJosJuice
2020-08-29DiscIO: Add parameters to BlobReader::SupportsReadWiiDecryptedJosJuice
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-08-22DiscIO: Adjust WIA/RVZ header size heuristicJosJuice
2020-08-19VolumeVerifier: Adjust problem descriptions for new netplay checkJosJuice
2020-08-08DiscIO: make use of std::nulloptTillmann Karras
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-08-08VolumeVerifier: Split TMD error from ticket error for WADsJosJuice
2020-08-02Make netplay's "same game" check more robustJosJuice
2020-07-30Merge pull request #8990 from JosJuice/wia-conversion-warningLC
2020-07-29DolphinQt: Show a warning when launching an NKit disc imageJosJuice
2020-07-29DiscIO: Fix conversion warningJosJuice
2020-07-24DiscIO: fix -Wreorder warningTillmann Karras
2020-07-11RVZ: Fix split seed readsJosJuice
2020-07-04DiscIO: Use Volume::IsDatelDisc in VolumeVerifierJosJuice
2020-07-04RedumpVerifier: Treat Datel game IDs as emptyJosJuice
2020-07-04DiscIO: Add Volume::IsDatelDiscJosJuice
2020-07-04Revert "Return nothing from VolumeWii::GetGameTDBID if Datel"JosJuice
2020-06-25DiscIO: Deduplicate some VolumeGC/VolumeWii codeJosJuice
2020-06-21Show file format details in game propertiesJosJuice
2020-06-21RVZ: Bump version number to 1.0JosJuice
2020-06-17RVZ: Extend GroupEntryJosJuice
2020-06-17RVZ: Make m_rvz a template parameterJosJuice
2020-06-17WIA/RVZ: Move (de)compression to a different fileJosJuice
2020-06-17RVZ: Detect junk data in the same block as a fileJosJuice
2020-06-17RVZ: Store pseudorandom junk data efficientlyJosJuice
2020-06-17WIA/RVZ: Skip some memory allocations when reusing chunksJosJuice
2020-06-17RVZ: Don't store redundant exceptions when chunk size is < 2 MiBJosJuice
2020-06-17RVZ: Support chunk sizes between 32 KiB and 2 MiBJosJuice
2020-06-17RVZ: Remove PURGE supportJosJuice
2020-06-17RVZ: Add Zstandard as a compression methodJosJuice
2020-06-17Add new file format RVZ based on WIAJosJuice
2020-06-17WIA: Implement multithreaded compressionJosJuice
2020-06-17WIA: Write all headers at the start of the fileJosJuice
2020-06-17WIA: Reuse groups when writingJosJuice
2020-06-17WIA: Store all-zero data efficientlyJosJuice
2020-06-17WIA: Implement compressionJosJuice
2020-06-17WIA: Write hash exceptionsJosJuice
2020-06-17WIA: Decrypt Wii data when writingJosJuice
2020-06-17WIA: Add early support for WIA writingJosJuice
2020-06-17WIA: Make use of the exception listsJosJuice
2020-06-17WIA: Properly check for overlapping dataJosJuice
2020-06-17WIA: Implement re-encryption of Wii partition dataJosJuice