2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/file_sys
Zach Hilman da6d4cde56 patch_manager: Apply LayeredExeFS patches
This will scan the <mod>/exefs dir for all files and then layer those on top of the game's exefs and use this as the new exefs. This allows for overriding of the compressed NSOs or adding new files. This does use the same dir as IPS/IPSwitch patch, but since the loader will not look for those they are ignored.
2018-11-20 17:51:00 -05:00
..
bis_factory.cpp bis_factory: Add getter for mod dump root for a title ID 2018-10-29 16:08:03 -04:00
bis_factory.h bis_factory: Add getter for mod dump root for a title ID 2018-10-29 16:08:03 -04:00
card_image.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
card_image.h file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
content_archive.cpp content_archive: Add optional KeyManager parameter to constructor 2018-11-01 20:22:29 -04:00
content_archive.h content_archive: Add optional KeyManager parameter to constructor 2018-11-01 20:22:29 -04:00
control_metadata.cpp control_metadata: Add GetRawBytes function to NACP 2018-10-29 13:54:38 -04:00
control_metadata.h control_metadata: Add GetRawBytes function to NACP 2018-10-29 13:54:38 -04:00
directory.h
errors.h file_sys/errors: Remove currently unused filesystem error codes 2018-11-16 00:18:22 -05:00
fsmitm_romfsbuild.cpp
fsmitm_romfsbuild.h general: Remove unused boost inclusions where applicable 2018-10-30 00:09:46 -04:00
ips_layer.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
ips_layer.h
mode.h
nca_metadata.cpp
nca_metadata.h
nca_patch.cpp
nca_patch.h
partition_filesystem.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
partition_filesystem.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
patch_manager.cpp patch_manager: Apply LayeredExeFS patches 2018-11-20 17:51:00 -05:00
patch_manager.h
program_metadata.cpp
program_metadata.h
registered_cache.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
registered_cache.h file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
romfs.cpp
romfs.h
romfs_factory.cpp
romfs_factory.h
savedata_factory.cpp ns: Implement command 400: GetApplicationControlData 2018-10-29 16:20:16 -04:00
savedata_factory.h ns: Implement command 400: GetApplicationControlData 2018-10-29 16:20:16 -04:00
sdmc_factory.cpp file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
sdmc_factory.h file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
submission_package.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
submission_package.h file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
vfs.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_concat.cpp
vfs_concat.h
vfs_layered.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_layered.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_offset.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_offset.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_real.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_real.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_static.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_types.h
vfs_vector.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_vector.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
xts_archive.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
xts_archive.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00