summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-12qt: add verification for installed contentsLiam1-0/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-4/+4
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-1/+1
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+1
2019-04-05file_sys/nca_metadata: Remove unnecessary comparison operators for TitleTypeLioncash1-8/+0
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-2/+1
2018-08-12registration: Various style and documentation improvementsZach Hilman1-7/+4
2018-08-12registration: Update documentation and styleZach Hilman1-28/+35
2018-08-12nca_metadata: Remove unnecessary reference to base fileZach Hilman1-2/+2
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-4/+6
2018-08-12file_sys: Add support for parsing NCA metadata (CNMT)Zach Hilman1-0/+125