summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/xts_archive.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-02vfs_real: Forward declare IOFileLioncash1-0/+1
Eliminates the need to rebuild some source files if the file_util header ever changes. This also uncovered some indirect inclusions, which have also been fixed.
2018-08-25file_sys/crypto: Fix missing/unnecessary includesZach Hilman1-0/+2
2018-08-23crypto: Eliminate magic constantsZach Hilman1-11/+14
2018-08-23file_sys: Implement NAX containersZach Hilman1-0/+164