summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fsmitm_romfsbuild.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman2018-10-041-15/+19
* fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFSZach Hilman2018-10-041-0/+14
* fsmitm_romfsbuild: std::move std::vector instances in Build()Lioncash2018-09-261-2/+2
* fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()Lioncash2018-09-261-12/+11
* fsmitm_romfsbuild: Avoid type truncation warningsLioncash2018-09-261-7/+10
* fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContextLioncash2018-09-261-5/+3
* fsmitm_romfsbuild: Remove unnecessary loops in Build()Lioncash2018-09-261-6/+0
* fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()Lioncash2018-09-261-1/+1
* vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-1/+1
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-177/+181
* file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman2018-09-221-0/+368