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.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-04-19
DiscIO: Make variables constexpr
Dr. Dystopia
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-10
DiscIO: Move magic constants for discs to DiscUtils
JosJuice
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-11-11
DiscIO: Make use of fmt-capable panic alerts
Lioncash
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-06-25
DiscIO: Deduplicate some VolumeGC/VolumeWii code
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-09-15
DiscIO: Remove m_partition and m_volume from FileSystem
JosJuice
2017-08-23
Merge pull request #5864 from JosJuice/directoryblob-disccontentcontainer
JosJuice
2017-08-02
DiscIO: Add a Volume::ReadSwappedAndShifted function
JosJuice
2017-08-01
FileSystemGCWii: Don't add 0-size files to m_offset_file_info_cache
JosJuice
2017-07-16
Use find_first_not_of in FileSystemGCWii::FindFileInfo
JosJuice
2017-07-04
Drop unnecessary check from FileSystemGCWii::FindFileInfo
JosJuice
2017-07-04
Support leading slashes in FileSystemGCWii::FindFileInfo
JosJuice
2017-06-28
FileSystemGCWii: Use DiscExtractor's FST offset/size functions
JosJuice
2017-06-28
DiscIO: Move parts of Filesystem to the new file DiscExtractor
JosJuice
2017-06-24
FileSystemGCWii: Use case insensitive comparison in FindFileInfo
JosJuice
2017-06-15
Merge pull request #5611 from JosJuice/reorganize-file-namespace
Leo Lam
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-14
Filesystem: Make destructors = default
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: Better validity checking
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-07
DiscIO: Use the correct offset shift for DOL exports
Léo Lam
2017-06-07
DiscIO: Fix formatting
Léo Lam
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-22
Fix indirect includes
Léo Lam
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
[next]