summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2021-04-06DiscIO: Use MathUtil::SaturatingCastLéo Lam
2021-04-06Merge pull request #9388 from JosJuice/default-localeLéo Lam
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
2021-03-27Add utility functions for GameCube language codesJosJuice
2021-03-27Merge pull request #9545 from leoetlino/es-launch-timingsLéo Lam
2021-03-22VolumeVerifier: Align partition reads to groupsJosJuice
2021-03-22VolumeVerifier: Handle contents overlappingJosJuice
2021-03-22VolumeVerifier: Handle overlapping blocks more efficientlyJosJuice
2021-03-20Avoid using panic alerts in DiscIOJosJuice
2021-03-16Merge pull request #9573 from JosJuice/volumeverifier-cancel-crashLéo Lam
2021-03-16Merge pull request #9570 from JosJuice/wia-partial-exception-listLéo Lam
2021-03-10DiscIO: Move magic constants for discs to DiscUtilsJosJuice
2021-03-10DiscIO: Move some code from VolumeVerifier to DiscUtilsJosJuice
2021-03-09DiscIO: Move some code from DiscExtractor to new file DiscUtilsJosJuice
2021-03-07DiscIO: Fix reading certain WIA chunks with many exceptionsJosJuice
2021-03-07VolumeVerifier: Fix potential crash when cancellingJosJuice
2021-03-04IOS/ES: Emulate /sys/launch.sys for more accurate timingsLéo Lam
2021-02-12IOS: Use less ambiguous names for classesLéo Lam
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-12-03DiscIO: Fix recursive directory extractionJosJuice
2020-11-16Use positional arguments in all translatable fmt stringsJosJuice
2020-11-12Merge pull request #9204 from fbastos1/masterLéo Lam
2020-11-11DiscIO: Make use of fmt-capable panic alertsLioncash
2020-10-29modify file export to create folder in OS when explicitly extracting a directoryFelipe
2020-10-23Merge pull request #8782 from Pokechu22/missing-serial-version-dataLéo Lam
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-10-21Explain how to fix "Serial and/or version data is missing"Pokechu22
2020-10-20Merge pull request #9025 from cyrozap/fix-build-with-older-cmakeLéo Lam
2020-10-20DiscIO: Make WiiEncryptionCache moveableJosJuice
2020-10-19VolumeVerifier: Make "no valid data in partition" hide some other errorsJosJuice
2020-10-19CMake: Fix build errors exposed by making common dependent on fmtJosJuice
2020-10-19Add helper function for fmt::format(GetStringT(...JosJuice
2020-10-19DiscIO: Make use of fmt where applicableJosJuice
2020-10-15Source/Core/DiscIO/WIACompression.cpp: add missing <limits> includeSergei Trofimovich
2020-10-14Merge pull request #9105 from JosJuice/volumeverifier-small-low-severityLéo Lam
2020-10-07DiscIO: Decrease RAM usage during zstd compressionJosJuice
2020-09-23VolumeVerifier: Call CheckDiscSize from FinishJosJuice
2020-09-21VolumeVerifier: Make high severity "too small" hide low severity "too small"JosJuice
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