bunnei f6b22d9251 Merge pull request #1835 from lioncash/cache-global %!s(int64=7) %!d(string=hai) anos
..
bis_factory.cpp 9078bb9854 bis_factory: Add getter for mod dump root for a title ID %!s(int64=7) %!d(string=hai) anos
bis_factory.h 9078bb9854 bis_factory: Add getter for mod dump root for a title ID %!s(int64=7) %!d(string=hai) anos
card_image.cpp 97d425c304 file_sys: Use common KeyManager in NCA container types %!s(int64=7) %!d(string=hai) anos
card_image.h 820bcee6a4 file_sys/card_image: Provide named members for the GamecardInfo struct %!s(int64=7) %!d(string=hai) anos
content_archive.cpp e20db909ee content_archive: Add optional KeyManager parameter to constructor %!s(int64=7) %!d(string=hai) anos
content_archive.h e20db909ee content_archive: Add optional KeyManager parameter to constructor %!s(int64=7) %!d(string=hai) anos
control_metadata.cpp d4e3d567ce control_metadata: Correct typo in language name (Portugese -> Portuguese) %!s(int64=7) %!d(string=hai) anos
control_metadata.h b04e39107f control_metadata: Add GetRawBytes function to NACP %!s(int64=7) %!d(string=hai) anos
directory.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
errors.h 5c9c33e8ad file_sys/errors: Remove currently unused filesystem error codes %!s(int64=7) %!d(string=hai) anos
fsmitm_romfsbuild.cpp c1e069c066 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir %!s(int64=7) %!d(string=hai) anos
fsmitm_romfsbuild.h 352b56367c general: Remove unused boost inclusions where applicable %!s(int64=7) %!d(string=hai) anos
ips_layer.cpp 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) %!s(int64=7) %!d(string=hai) anos
ips_layer.h f7d2889fb4 ips_layer: Add missing includes %!s(int64=7) %!d(string=hai) anos
mode.h 59cb258409 VFS Regression and Accuracy Fixes (#776) %!s(int64=8) %!d(string=hai) anos
nca_metadata.cpp 05ef9dfc10 file-sys: Default heavy-weight class destructors in the cpp file %!s(int64=7) %!d(string=hai) anos
nca_metadata.h 05ef9dfc10 file-sys: Default heavy-weight class destructors in the cpp file %!s(int64=7) %!d(string=hai) anos
nca_patch.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
nca_patch.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
partition_filesystem.cpp a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
partition_filesystem.h a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
patch_manager.cpp db4523f1ec filesystem: De-globalize registered_cache_union %!s(int64=7) %!d(string=hai) anos
patch_manager.h 6636f3ff47 patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr %!s(int64=7) %!d(string=hai) anos
program_metadata.cpp 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata %!s(int64=7) %!d(string=hai) anos
program_metadata.h 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata %!s(int64=7) %!d(string=hai) anos
registered_cache.cpp d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() %!s(int64=7) %!d(string=hai) anos
registered_cache.h 7b1aaaa069 file_sys/registered_cache: Remove unused <map> include %!s(int64=7) %!d(string=hai) anos
romfs.cpp c1e069c066 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir %!s(int64=7) %!d(string=hai) anos
romfs.h c1e069c066 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir %!s(int64=7) %!d(string=hai) anos
romfs_factory.cpp db4523f1ec filesystem: De-globalize registered_cache_union %!s(int64=7) %!d(string=hai) anos
romfs_factory.h 38c2ac95af romfs_factory: Extract packed update setter to new function %!s(int64=7) %!d(string=hai) anos
savedata_factory.cpp bdaa76c0db ns: Implement command 400: GetApplicationControlData %!s(int64=7) %!d(string=hai) anos
savedata_factory.h bdaa76c0db ns: Implement command 400: GetApplicationControlData %!s(int64=7) %!d(string=hai) anos
sdmc_factory.cpp 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable %!s(int64=7) %!d(string=hai) anos
sdmc_factory.h 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable %!s(int64=7) %!d(string=hai) anos
submission_package.cpp 97d425c304 file_sys: Use common KeyManager in NCA container types %!s(int64=7) %!d(string=hai) anos
submission_package.h 97d425c304 file_sys: Use common KeyManager in NCA container types %!s(int64=7) %!d(string=hai) anos
vfs.cpp 0ccaaafca3 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default %!s(int64=7) %!d(string=hai) anos
vfs.h 0ccaaafca3 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default %!s(int64=7) %!d(string=hai) anos
vfs_concat.cpp 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile %!s(int64=7) %!d(string=hai) anos
vfs_concat.h 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile %!s(int64=7) %!d(string=hai) anos
vfs_layered.cpp a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
vfs_layered.h a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
vfs_offset.cpp 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) %!s(int64=7) %!d(string=hai) anos
vfs_offset.h 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) %!s(int64=7) %!d(string=hai) anos
vfs_real.cpp a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
vfs_real.h a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
vfs_static.h 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) %!s(int64=7) %!d(string=hai) anos
vfs_types.h 1fa6ee4723 vfs: Move forward declarations to separate file %!s(int64=7) %!d(string=hai) anos
vfs_vector.cpp a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
vfs_vector.h a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
xts_archive.cpp a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos
xts_archive.h a25d79cfaa vfs: Remove InterpretAsDirectory and related functions %!s(int64=7) %!d(string=hai) anos