1
0
Fork 0
forked from suyu/suyu
suyu/src/core/file_sys
Zach Hilman 4f18c17df7 content_archive: Add update title detection
This is needed because the title IDs of update NCAs will not use the update title ID. The only sure way to tell is to look for a partition with BKTR crypto.
2018-08-23 18:53:13 -04:00
..
bis_factory.cpp vfs: Add GetOrCreateDirectoryRelative method 2018-08-23 11:52:44 -04:00
bis_factory.h bis_factory: Add partial implementation of BISFactory 2018-08-11 22:50:48 -04:00
card_image.cpp xci: Fix error masking issue 2018-08-23 11:52:44 -04:00
card_image.h xci: Fix error masking issue 2018-08-23 11:52:44 -04:00
content_archive.cpp content_archive: Add update title detection 2018-08-23 18:53:13 -04:00
content_archive.h content_archive: Add update title detection 2018-08-23 18:53:13 -04:00
control_metadata.cpp control_metadata: Remove unnecessary reference to base file 2018-08-11 22:50:48 -04:00
control_metadata.h control_metadata: Remove unnecessary reference to base file 2018-08-11 22:50:48 -04:00
directory.h fsp_srv: Use std::string_view's copy() function instead of strncpy() 2018-08-08 18:51:52 -04:00
errors.h file_sys/errors: Remove redundant object constructor calls 2018-07-20 22:37:54 -04:00
mode.h VFS Regression and Accuracy Fixes (#776) 2018-07-23 19:40:35 -07:00
nca_metadata.cpp registration: Various style and documentation improvements 2018-08-12 15:55:44 -04:00
nca_metadata.h romfs_factory: Remove unnecessary includes and use forward declarations where applicable 2018-08-20 20:27:00 -04:00
partition_filesystem.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
partition_filesystem.h made ResultStatus a u16 2018-08-12 14:56:22 +10:00
program_metadata.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
program_metadata.h made ResultStatus a u16 2018-08-12 14:56:22 +10:00
registered_cache.cpp file_sys: Cut down on includes and copies 2018-08-23 11:53:30 -04:00
registered_cache.h file_sys: Cut down on includes and copies 2018-08-23 11:53:30 -04:00
romfs.cpp romfs: Remove cyclic shared_ptr leak in romfs code 2018-08-11 22:50:48 -04:00
romfs.h RomFS Extraction 2018-07-27 18:14:03 -04:00
romfs_factory.cpp service/filesystem: Use forward declarations where applicable 2018-08-20 23:28:46 -04:00
romfs_factory.h romfs_factory: Remove unnecessary includes and use forward declarations where applicable 2018-08-20 20:27:00 -04:00
savedata_factory.cpp qt/main: Port part of citra(#3411), open savedata works 2018-08-21 02:04:33 -07:00
savedata_factory.h qt/main: Port part of citra(#3411), open savedata works 2018-08-21 02:04:33 -07:00
sdmc_factory.cpp key_manager: Create keys dir if it dosen't exist 2018-08-23 11:53:30 -04:00
sdmc_factory.h file_sys: Cut down on includes and copies 2018-08-23 11:53:30 -04:00
vfs.cpp vfs: Add GetOrCreateDirectoryRelative method 2018-08-23 11:52:44 -04:00
vfs.h vfs: Add GetOrCreateDirectoryRelative method 2018-08-23 11:52:44 -04:00
vfs_concat.cpp registration: Update documentation and style 2018-08-11 22:50:48 -04:00
vfs_concat.h file_sys: Comply to style guidelines 2018-08-11 22:50:48 -04:00
vfs_offset.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_offset.h vfs: Make type hierarchy objects classes instead of structs 2018-08-12 16:55:40 -04:00
vfs_real.cpp registration: Various style and documentation improvements 2018-08-12 15:55:44 -04:00
vfs_real.h vfs_real: Add CreateFullPath to Create* operations 2018-08-11 22:50:48 -04:00
vfs_vector.cpp romfs: Remove cyclic shared_ptr leak in romfs code 2018-08-11 22:50:48 -04:00
vfs_vector.h Merge pull request #1005 from DarkLordZach/registered-fmt 2018-08-15 23:11:58 -04:00
xts_archive.cpp crypto: Eliminate magic constants 2018-08-23 11:53:30 -04:00
xts_archive.h crypto: Eliminate magic constants 2018-08-23 11:53:30 -04:00