summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/DirectoryBlob.cpp
AgeCommit message (Expand)Author
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-07Simplify `std::copy` with `std::copy_n`mitaclaw
2023-11-05DiscIO: Remove unintentional use of comma operatorJosJuice
2023-10-01Added CopyReader to BlobReader and all subclassesLillyJadeKatrin
2022-08-10DirectoryBlob: Fix partition size mixup for encrypted Wii discs.Admiral H. Curtiss
2022-08-04DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"JosJuice
2022-07-19DiscIO/DirectoryBlob: Add callback to modify sys files before they're added t...Admiral H. Curtiss
2022-07-19DiscIO/DirectoryBlob: Add ContentSource that stores data locally in std::vector.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-16Use Common::ToLower and Common::ToUpperPokechu22
2021-10-24DiscIO/DirectoryBlob: Add a callback that allows patching the main.dol and FS...Admiral H. Curtiss
2021-10-24DiscIO/DirectoryBlob: Allow constructing a DirectoryBlobReader from a VolumeD...Admiral H. Curtiss
2021-10-24DiscIO/DirectoryBlob: Allow constructing a DirectoryBlobPartition from a Volu...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add a content source representing a run of padding bytes.Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add a content source that reads data from a DiscIO::Vol...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add ability to have an offset for a partition ContentSo...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add ability to have a start-of-file offset for a file C...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Consolidate functions that take data for ContentSource ...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Rename the vector-reference variant of DiscContentConta...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-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-27Merge pull request #9545 from leoetlino/es-launch-timingsLéo Lam
2021-03-10DiscIO: Move magic constants for discs to DiscUtilsJosJuice
2021-03-04IOS/ES: Emulate /sys/launch.sys for more accurate timingsLéo Lam
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-11-11DiscIO: Make use of fmt-capable panic alertsLioncash
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-08-29DiscIO: Add parameters to BlobReader::SupportsReadWiiDecryptedJosJuice
2020-04-24DiscIO: Implement re-encryption of Wii partition dataJosJuice
2020-04-24DiscIO: Use partition data offset for ReadWiiDecrypted parameterJosJuice
2020-02-09DiscIO: Check for DirectoryBlob seek failureJosJuice
2020-01-14DiscIO: Add out of bounds checks for blob readingJosJuice
2020-01-04Fix several warningsLéo Lam
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-05-23Make the support for unencrypted Wii disc images less brokenJosJuice
2018-04-12Reformat all the things!spycrab
2018-03-16Assert: Remove unused parameter from DEBUG_ASSERTLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-08-01DirectoryBlob: Fix reading beyond the end of the discJosJuice
2017-08-01DirectoryBlob: Remove redundant assertJosJuice
2017-08-01DirectoryBlob: Don't add DiscContents with size 0JosJuice
2017-08-01DirectoryBlob: Change the return type of Add/CheckSizeAndAddJosJuice
2017-08-01DirectoryBlob: Lookup DiscContents by offset + size instead of offsetJosJuice
2017-08-01DirectoryBlob: Replace std::set<DiscContent> with a new classJosJuice
2017-08-01DirectoryBlob: Standardize the spelling of discJosJuice
2017-08-01DirectoryBlob: Don't silently set GC region to NTSC-J if bi2.bin is missingJosJuice
2017-08-01DirectoryBlob: Write partition headers properlyJosJuice