summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.h
AgeCommit message (Expand)Author
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-12-03DiscIO: Fix recursive directory extractionJosJuice
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-08-02DiscIO: Add a Volume::ReadSwappedAndShifted functionJosJuice
2017-06-28DiscIO: Move parts of Filesystem to the new file DiscExtractorJosJuice
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: 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-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
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-10DiscIO: drop unused stuffTillmann Karras
2015-10-17Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSizeJosJuice
2015-07-30Remove unnecessary virtual keywordsLioncash
2015-06-02Merge pull request #2338 from JosJuice/getfilelist-returncomex
2015-05-25Merge pull request #2361 from JosJuice/filesystem-read32Ryan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-03FileSystemGCWii: Allow reading files partiallyJosJuice
2015-05-03Remove CFileSystemGCWii::Read32JosJuice
2015-04-28Filesystem: Return file list reference instead of modifying argumentJosJuice
2014-12-28DiscIO: Replace "raw" functions with "decrypt" parametersJosJuice
2014-03-16Simplify file tree building for the filesystem view.Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre