yuzu/src/core/file_sys
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()
These parameters don't need to utilize a shared lifecycle directly in
the interface. Instead, the caller should provide a regular reference
for the function to use. This also allows the type system to flag
attempts to pass nullptr and makes it more generic, since it can now be
used in contexts where a shared_ptr isn't being used (in other words, we
don't constrain the usage of the interface to a particular mode of
memory management).
2018-11-27 16:33:14 -05:00
..
bis_factory.cpp
bis_factory.h
card_image.cpp
card_image.h
content_archive.cpp
content_archive.h
control_metadata.cpp
control_metadata.h
directory.h
errors.h
fsmitm_romfsbuild.cpp
fsmitm_romfsbuild.h
ips_layer.cpp
ips_layer.h
mode.h
nca_metadata.cpp
nca_metadata.h
nca_patch.cpp
nca_patch.h
partition_filesystem.cpp
partition_filesystem.h
patch_manager.cpp
patch_manager.h
program_metadata.cpp
program_metadata.h
registered_cache.cpp file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 2018-11-27 16:33:14 -05:00
registered_cache.h file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 2018-11-27 16:33:14 -05:00
romfs_factory.cpp
romfs_factory.h
romfs.cpp
romfs.h
savedata_factory.cpp
savedata_factory.h
sdmc_factory.cpp
sdmc_factory.h
submission_package.cpp
submission_package.h
vfs_concat.cpp
vfs_concat.h
vfs_layered.cpp
vfs_layered.h
vfs_offset.cpp
vfs_offset.h
vfs_real.cpp
vfs_real.h
vfs_static.h
vfs_types.h
vfs_vector.cpp
vfs_vector.h
vfs.cpp
vfs.h
xts_archive.cpp
xts_archive.h