summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/TGCBlob.cpp
AgeCommit message (Expand)Author
2024-10-07Simplify `std::copy` with `std::copy_n`mitaclaw
2023-10-01Added CopyReader to BlobReader and all subclassesLillyJadeKatrin
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
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-06-17DiscIO: Rework the implementation of TGC readingJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-10-08TGCBlob: Fix brace styleJosJuice
2017-10-08TGCBlob: Make m_file_area_shift signedJosJuice
2017-10-08TGCBlob: Use file_area_real_offset as split pointJosJuice
2017-10-08TGCBlob: Improve variable namesJosJuice
2017-06-15Move IOFile to a separate fileJosJuice
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-11Don't create new IOFiles when creating a blobJosJuice
2017-01-11Only open file once when detecting blob typeJosJuice
2016-12-18Add TGC disc image compatibilityJosJuice