summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-27Merge pull request #1188 from lioncash/unusedbunnei
2018-08-27vfs_real: Remove unused variable in CreateDirectoryRelative()Lioncash
2018-08-27registered_cache: Get rid of variable shadowing in ProcessFiles()Lioncash
2018-08-24file_sys/crypto: Fix missing/unnecessary includesZach Hilman
2018-08-23xci: Ignore NCA files with updates in secureZach Hilman
2018-08-23content_archive: Add update title detectionZach Hilman
2018-08-23key_manager: Create keys dir if it dosen't existZach Hilman
2018-08-23file_sys: Cut down on includes and copiesZach Hilman
2018-08-23crypto: Eliminate magic constantsZach Hilman
2018-08-23file_sys: Implement NAX containersZach Hilman
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman
2018-08-23sdmc_factory: Add SDMC RegisteredCache getterZach Hilman
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman
2018-08-23xts_encryption_layer: Implement XTSEncryptionLayerZach Hilman
2018-08-23xci: Fix error masking issueZach Hilman
2018-08-22Merge pull request #1136 from tech4me/masterbunnei
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-21sdmc_factory: Remove unnecessary core includeLioncash
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20romfs_factory: Remove unnecessary includes and use forward declarations where...Lioncash
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-15common: Namespace hex_util.h/.cppLioncash
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-13Merge pull request #1032 from lioncash/sanitizebunnei
2018-08-13Merge pull request #1031 from lioncash/verbositybunnei
2018-08-12vfs: Make VfsFilesystem constructor explicitLioncash
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-08-12registration: Various style and documentation improvementsZach Hilman
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash
2018-08-12card_image: Use type aliases to shorten definitionsLioncash
2018-08-12card_image: Simplify return statement of GetSubdirectories()Lioncash
2018-08-12made ResultStatus a u16David Marcec
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11vfs_real: Add CreateFullPath to Create* operationsZach Hilman
2018-08-11control_metadata: Remove unnecessary reference to base fileZach Hilman
2018-08-11romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman
2018-08-11registration: Update documentation and styleZach Hilman
2018-08-11nca_metadata: Remove unnecessary reference to base fileZach Hilman
2018-08-11bis_factory: Create NAND dirs if they don't existZach Hilman
2018-08-11registration: Take RawCopy function as parameterZach Hilman
2018-08-11registered_cache: Fix missing reading from yuzu_metaZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11file_sys: Add RegisteredCacheZach Hilman
2018-08-11file_sys: Add support for parsing NCA metadata (CNMT)Zach Hilman
2018-08-11card_image: Add accessor for all NCAs in XCIZach Hilman