summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2021-09-21DiscIO/DirectoryBlob: Fix swapped DiscContent comparison operators.Admiral H. Curtiss
2021-09-19Core/DiscIO: Extract disc and partition constants to DiscUtils.h.Admiral H. Curtiss
2021-09-14DiscIO/DirectoryBlob: Handle reads between files.Admiral H. Curtiss
2021-08-30Update clang-format to version 12Léo Lam
2021-08-16Merge pull request #10028 from GerbilSoft/bugfix/RVT-firmware-filenamesTilka
2021-08-15VolumeVerifier: Use correct IOS filename for development discs.David Korth
2021-08-14revert workaround for msvc arm64 ICE in WIABlobShawn Hoffman
2021-07-24DiscIO: Fix broken workaround for MSVC ARM64 ICEJosJuice
2021-07-06Merge pull request #9854 from JosJuice/wia-iceLéo Lam
2021-07-05licensing: convert "public domain" to CC0 1.0Pierre Bourdon
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-30DiscIO: Store partition key directly in ReuseIDJosJuice
2021-06-29DiscIO: Add workaround for MSVC ARM64 ICEShawn Hoffman
2021-05-26VolumeVerifier: increase problem severity for incorrectly signed TMDsMateus B. Cassiano
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