summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* nsp: Comply with style and performance guidelinesGravatar Zach Hilman2018-09-044-25/+37
* registration: Add support for installing NSP filesGravatar Zach Hilman2018-09-042-10/+16
* card_image: Parse XCI secure partition with NSPGravatar Zach Hilman2018-09-042-7/+33
* file_sys: Add Nintendo Submission Package (NSP)Gravatar Zach Hilman2018-09-042-0/+296
* file_sys: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-0317-21/+51
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-024-7/+22
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-312-0/+2
* Merge pull request #1188 from lioncash/unusedGravatar bunnei2018-08-271-1/+0
|\
| * vfs_real: Remove unused variable in CreateDirectoryRelative()Gravatar Lioncash2018-08-271-1/+0
* | registered_cache: Get rid of variable shadowing in ProcessFiles()Gravatar Lioncash2018-08-271-3/+3
|/
* file_sys/crypto: Fix missing/unnecessary includesGravatar Zach Hilman2018-08-244-0/+6
* xci: Ignore NCA files with updates in secureGravatar Zach Hilman2018-08-231-0/+3
* content_archive: Add update title detectionGravatar Zach Hilman2018-08-232-0/+11
* key_manager: Create keys dir if it dosen't existGravatar Zach Hilman2018-08-231-0/+1
* file_sys: Cut down on includes and copiesGravatar Zach Hilman2018-08-233-0/+6
* crypto: Eliminate magic constantsGravatar Zach Hilman2018-08-232-16/+19
* file_sys: Implement NAX containersGravatar Zach Hilman2018-08-232-0/+232
* registration: Add GetEntryUnparsed methodsGravatar Zach Hilman2018-08-232-0/+15
* sdmc_factory: Add SDMC RegisteredCache getterGravatar Zach Hilman2018-08-232-1/+14
* vfs: Add GetOrCreateDirectoryRelative methodGravatar Zach Hilman2018-08-233-9/+13
* xts_encryption_layer: Implement XTSEncryptionLayerGravatar Zach Hilman2018-08-231-1/+1
* xci: Fix error masking issueGravatar Zach Hilman2018-08-232-0/+11
* Merge pull request #1136 from tech4me/masterGravatar bunnei2018-08-222-4/+4
|\
| * qt/main: Port part of citra(#3411), open savedata worksGravatar tech4me2018-08-212-4/+4
* | vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-212-2/+4
* | sdmc_factory: Remove unnecessary core includeGravatar Lioncash2018-08-212-1/+1
|/
* service/filesystem: Use forward declarations where applicableGravatar Lioncash2018-08-201-0/+1
* romfs_factory: Remove unnecessary includes and use forward declarations where...Gravatar Lioncash2018-08-203-3/+12
* registration: Add Data_Unknown5 NCAContentTypeGravatar Zach Hilman2018-08-203-2/+3
* filesystem: Add support for loading of system archivesGravatar Zach Hilman2018-08-183-4/+49
* common: Namespace hex_util.h/.cppGravatar Lioncash2018-08-151-8/+10
* Merge pull request #1005 from DarkLordZach/registered-fmtGravatar bunnei2018-08-1517-17/+1066
|\
| * registration: Various style and documentation improvementsGravatar Zach Hilman2018-08-123-18/+22
| * registration: Add support for force overwrite of installedGravatar Zach Hilman2018-08-112-22/+48
| * vfs_real: Add CreateFullPath to Create* operationsGravatar Zach Hilman2018-08-112-13/+6
| * control_metadata: Remove unnecessary reference to base fileGravatar Zach Hilman2018-08-112-2/+1
| * romfs: Remove cyclic shared_ptr leak in romfs codeGravatar Zach Hilman2018-08-113-8/+8
| * registration: Update documentation and styleGravatar Zach Hilman2018-08-115-42/+69
| * nca_metadata: Remove unnecessary reference to base fileGravatar Zach Hilman2018-08-112-3/+2
| * bis_factory: Create NAND dirs if they don't existGravatar Zach Hilman2018-08-111-2/+9
| * registration: Take RawCopy function as parameterGravatar Zach Hilman2018-08-112-10/+15
| * registered_cache: Fix missing reading from yuzu_metaGravatar Zach Hilman2018-08-111-7/+16
| * file_sys: Comply to style guidelinesGravatar Zach Hilman2018-08-116-27/+38
| * qt: Add 'Install to NAND' option to menuGravatar Zach Hilman2018-08-111-1/+1
| * file_sys: Add RegisteredCacheGravatar Zach Hilman2018-08-112-0/+543
| * file_sys: Add support for parsing NCA metadata (CNMT)Gravatar Zach Hilman2018-08-112-0/+230
| * card_image: Add accessor for all NCAs in XCIGravatar Zach Hilman2018-08-112-0/+5
| * vfs_real: Add CreateFullPath to CreateFileGravatar Zach Hilman2018-08-111-3/+6
| * bis_factory: Add partial implementation of BISFactoryGravatar Zach Hilman2018-08-112-0/+54
| * vfs: Add ConcatenatedVfsFileGravatar Zach Hilman2018-08-112-0/+134