suyu/src/core/file_sys
Lioncash 2752183883 xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr
std::shared_ptr isn't strictly necessary here and is only ever used in
contexts where the object doesn't depend on being shared. This also
makes the interface more flexible, as it's possible to create a
std::shared_ptr from a std::unique_ptr (std::shared_ptr has a
constructor that accepts a std::unique_ptr), but not the other way
around.
2018-09-19 14:22:37 -04:00
..
bis_factory.cpp file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
bis_factory.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
card_image.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
card_image.h main: Only show DRD deprecation warning once 2018-09-04 14:44:48 -04:00
content_archive.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
content_archive.h bktr: Implement IVFC offset shifting 2018-09-04 16:24:02 -04:00
control_metadata.cpp control_metadata: Use alternate language names if AmericanEnglish isn't available 2018-09-04 14:30:03 -04:00
control_metadata.h control_metadata: Use alternate language names if AmericanEnglish isn't available 2018-09-04 14:30:03 -04:00
directory.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02: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 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
nca_metadata.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
nca_patch.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
nca_patch.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
partition_filesystem.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
partition_filesystem.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
patch_manager.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
patch_manager.h file_sys/patch_manager: Add missing includes 2018-09-06 13:53:23 -04:00
program_metadata.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
program_metadata.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
registered_cache.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
registered_cache.h bktr: Fix missing includes and optimize style 2018-09-04 16:24:02 -04:00
romfs.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
romfs.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
romfs_factory.cpp bktr: Fix bucket overlap error 2018-09-04 17:01:54 -04:00
romfs_factory.h bktr: Implement IVFC offset shifting 2018-09-04 16:24:02 -04:00
savedata_factory.cpp file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
savedata_factory.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
sdmc_factory.cpp file_sys/crypto: Fix missing/unnecessary includes 2018-08-24 22:15:32 -04:00
sdmc_factory.h file_sys/crypto: Fix missing/unnecessary includes 2018-08-24 22:15:32 -04:00
submission_package.cpp Merge pull request #1242 from lioncash/file-sys 2018-09-05 18:53:32 -04:00
submission_package.h file_sys/submission_package: Replace includes with forward declarations where applicable 2018-09-05 12:08:04 -04:00
vfs.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_concat.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_concat.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_offset.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_offset.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_real.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_real.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02: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 xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 2018-09-19 14:22:37 -04:00
xts_archive.h xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 2018-09-19 14:22:37 -04:00