index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
TGCBlob.cpp
Age
Commit message (
Expand
)
Author
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2022-01-29
IOFile: Rename Clear() to ClearError() for clarity.
Admiral H. Curtiss
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-06-17
DiscIO: Rework the implementation of TGC reading
JosJuice
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2017-10-08
TGCBlob: Fix brace style
JosJuice
2017-10-08
TGCBlob: Make m_file_area_shift signed
JosJuice
2017-10-08
TGCBlob: Use file_area_real_offset as split point
JosJuice
2017-10-08
TGCBlob: Improve variable names
JosJuice
2017-06-15
Move IOFile to a separate file
JosJuice
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-11
Don't create new IOFiles when creating a blob
JosJuice
2017-01-11
Only open file once when detecting blob type
JosJuice
2016-12-18
Add TGC disc image compatibility
JosJuice