summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/xts_archive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1364 from lioncash/contentbunnei2018-09-211-0/+2
|\
| * file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* | xts_archive: Remove unused variables from CalculateHMAC256()Lioncash2018-09-191-3/+0
* | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrLioncash2018-09-191-2/+2
* | xts_archive: Amend initializer order of NAX's constructorLioncash2018-09-191-2/+2
|/
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* vfs_real: Forward declare IOFileLioncash2018-09-021-0/+1
* file_sys/crypto: Fix missing/unnecessary includesZach Hilman2018-08-251-0/+2
* crypto: Eliminate magic constantsZach Hilman2018-08-231-11/+14
* file_sys: Implement NAX containersZach Hilman2018-08-231-0/+164