summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
AgeCommit message (Expand)Author
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
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-14DiscIO: Improve IVolume::Read32 error handlingJosJuice
2015-11-18Merge pull request #3206 from JosJuice/limit-filesystem-size-2Markus Wick
2015-11-10DiscIO: drop unused stuffTillmann Karras
2015-10-28Limit size of loaded file systemsJosJuice
2015-10-17Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSizeJosJuice
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash