summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-04-19DiscIO: Make variables constexprDr. Dystopia
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-10DiscIO: Move magic constants for discs to DiscUtilsJosJuice
2021-03-09DiscIO: Move some code from DiscExtractor to new file DiscUtilsJosJuice
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-12-03DiscIO: Fix recursive directory extractionJosJuice
2020-11-11DiscIO: Make use of fmt-capable panic alertsLioncash
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-06-25DiscIO: Deduplicate some VolumeGC/VolumeWii codeJosJuice
2019-07-18DiscIO: Add functions CreateDisc and CreateWADJosJuice
2019-05-29DiscIO: Avoid copies when comparing FileSystemGCWii file namesJosJuice
2019-05-29DiscIO: Use std::string_view in FileSystem::FindFileInfoJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-09-15DiscIO: Remove m_partition and m_volume from FileSystemJosJuice
2017-08-23Merge pull request #5864 from JosJuice/directoryblob-disccontentcontainerJosJuice
2017-08-02DiscIO: Add a Volume::ReadSwappedAndShifted functionJosJuice
2017-08-01FileSystemGCWii: Don't add 0-size files to m_offset_file_info_cacheJosJuice
2017-07-16Use find_first_not_of in FileSystemGCWii::FindFileInfoJosJuice
2017-07-04Drop unnecessary check from FileSystemGCWii::FindFileInfoJosJuice
2017-07-04Support leading slashes in FileSystemGCWii::FindFileInfoJosJuice
2017-06-28FileSystemGCWii: Use DiscExtractor's FST offset/size functionsJosJuice
2017-06-28DiscIO: Move parts of Filesystem to the new file DiscExtractorJosJuice
2017-06-24FileSystemGCWii: Use case insensitive comparison in FindFileInfoJosJuice
2017-06-15Merge pull request #5611 from JosJuice/reorganize-file-namespaceLeo Lam
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-14Filesystem: Make destructors = defaultJosJuice
2017-06-14Filesystem: Modernize variable namesJosJuice
2017-06-14Filesystem: Do more validity checking in the constructorJosJuice
2017-06-14Filesystem: Add a cache for finding file info by disc offsetJosJuice
2017-06-14Filesystem: Replace GetFileList()JosJuice
2017-06-13Filesystem: Store pointer to beginning of FST in file infosJosJuice
2017-06-13Filesystem: Better validity checkingJosJuice
2017-06-13Filesystem: Initialize everything in constructorJosJuice
2017-06-13Filesystem: Read the entire FST in one goJosJuice
2017-06-13Filesystem: Rewrite finding file info by path for performanceJosJuice
2017-06-13Filesystem: Use file info in arguments instead of pathJosJuice
2017-06-13Filesystem: Make FindFileInfo publicJosJuice
2017-06-13Filesystem: Replace file info's full path with nameJosJuice
2017-06-13Filesystem: Replace FileInfo struct with interfaceJosJuice
2017-06-07DiscIO: Use the correct offset shift for DOL exportsLéo Lam
2017-06-07DiscIO: Fix formattingLéo Lam
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-05-22Fix indirect includesLéo Lam
2017-05-16FileSystemGCWii: Replace m_Wii with m_offset_shiftJosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2016-09-18Filesystem: Return strings from GetFileName without the const qualifierLioncash