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
/
FileSystemGCWii.h
Age
Commit message (
Expand
)
Author
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-03
DiscIO: Fix recursive directory extraction
JosJuice
2019-07-18
DiscIO: Add functions CreateDisc and CreateWAD
JosJuice
2019-05-29
DiscIO: Avoid copies when comparing FileSystemGCWii file names
JosJuice
2019-05-29
DiscIO: Use std::string_view in FileSystem::FindFileInfo
JosJuice
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2017-08-02
DiscIO: Add a Volume::ReadSwappedAndShifted function
JosJuice
2017-06-28
DiscIO: Move parts of Filesystem to the new file DiscExtractor
JosJuice
2017-06-14
Filesystem: Modernize variable names
JosJuice
2017-06-14
Filesystem: Do more validity checking in the constructor
JosJuice
2017-06-14
Filesystem: Add a cache for finding file info by disc offset
JosJuice
2017-06-14
Filesystem: Replace GetFileList()
JosJuice
2017-06-13
Filesystem: Store pointer to beginning of FST in file infos
JosJuice
2017-06-13
Filesystem: Initialize everything in constructor
JosJuice
2017-06-13
Filesystem: Read the entire FST in one go
JosJuice
2017-06-13
Filesystem: Rewrite finding file info by path for performance
JosJuice
2017-06-13
Filesystem: Use file info in arguments instead of path
JosJuice
2017-06-13
Filesystem: Make FindFileInfo public
JosJuice
2017-06-13
Filesystem: Replace file info's full path with name
JosJuice
2017-06-13
Filesystem: Replace FileInfo struct with interface
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-06-05
DiscIO: Use std::optional in Volume and Blob
JosJuice
2017-05-16
FileSystemGCWii: Replace m_Wii with m_offset_shift
JosJuice
2017-05-16
VolumeWiiCrypted: Replace ChangePartition with a partition parameter
JosJuice
2016-09-18
Filesystem: Return strings from GetFileName without the const qualifier
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-14
DiscIO: Improve IVolume::Read32 error handling
JosJuice
2015-11-10
DiscIO: drop unused stuff
Tillmann Karras
2015-10-17
Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSize
JosJuice
2015-07-30
Remove unnecessary virtual keywords
Lioncash
2015-06-02
Merge pull request #2338 from JosJuice/getfilelist-return
comex
2015-05-25
Merge pull request #2361 from JosJuice/filesystem-read32
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-03
FileSystemGCWii: Allow reading files partially
JosJuice
2015-05-03
Remove CFileSystemGCWii::Read32
JosJuice
2015-04-28
Filesystem: Return file list reference instead of modifying argument
JosJuice
2014-12-28
DiscIO: Replace "raw" functions with "decrypt" parameters
JosJuice
2014-03-16
Simplify file tree building for the filesystem view.
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-02-22
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre