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
/
DiscExtractor.cpp
Age
Commit message (
Expand
)
Author
2023-06-02
Remove NKit data when extracting a GCN/Wii disc volume
get
2022-08-04
DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"
JosJuice
2021-09-19
Core/DiscIO: Extract disc and partition constants to DiscUtils.h.
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-09
DiscIO: Move some code from DiscExtractor to new file DiscUtils
JosJuice
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-12-03
DiscIO: Fix recursive directory extraction
JosJuice
2020-10-29
modify file export to create folder in OS when explicitly extracting a directory
Felipe
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-10-19
DiscIO: Make use of fmt where applicable
JosJuice
2020-08-02
Make netplay's "same game" check more robust
JosJuice
2020-03-23
DiscIO: cleanup warnings of -Wmaybe-uninitialized
Jun Su
2019-05-29
DiscIO: Use std::string_view in FileSystem::FindFileInfo
JosJuice
2019-05-05
Use [[fallthrough]] in DiscExtractor
JosJuice
2019-04-09
Add a Verify tab to game properties
JosJuice
2019-03-30
DiscExtractor: Make P prefix for partition names optional
JosJuice
2019-03-21
DiscExtractor: Fix extracting certificate chain and H3 hashes
JosJuice
2018-08-02
ExportDOL: ActionReplay has a 0'd dol offset. Don't try to extract.
booto
2018-06-09
ChunkFile: Remove unnecessary includes
Lioncash
2018-05-23
Make the support for unencrypted Wii disc images less broken
JosJuice
2018-04-12
Reformat all the things!
spycrab
2018-03-31
DiscIO: Don't use all uppercase for enum values
JosJuice
2018-03-27
DiscExtractor: Pass partition by reference rather than by value in ExtractDir...
Lioncash
2017-11-08
Avoid forbidden characters when extracting disc partitions
JosJuice
2017-09-15
DiscIO: Use Common::Lazy for loading filesystems
JosJuice
2017-08-25
DiscIO: Fix TMD extraction
Léo Lam
2017-08-02
DiscIO: Add a Volume::ReadSwappedAndShifted function
JosJuice
2017-07-08
Fix reading FSTs for multi-disc games
JosJuice
2017-06-28
FilesystemPanel: Put partitions in separate folders when extracting all parti...
JosJuice
2017-06-28
DiscExtractor: Add support for more things to extract
JosJuice
2017-06-28
FilesystemPanel: Overhaul the right-click menu
JosJuice
2017-06-28
DiscExtractor: Don't create extra folders when extracting a folder
JosJuice
2017-06-28
Move ExtractDir from FilesystemPanel to DiscExtractor
JosJuice
2017-06-28
DiscExtractor: Don't hardcode names in ExportApploader and ExportDOL
JosJuice
2017-06-28
DiscScrubber: Deduplicate code for writing to file
JosJuice
2017-06-28
DiscExtractor: Improve error handling
JosJuice
2017-06-28
DiscExtractor: Minor cleanup
JosJuice
2017-06-28
DiscIO: Move parts of Filesystem to the new file DiscExtractor
JosJuice