yuzu-android/src/core/file_sys
Zach Hilman f61379f8d2 patch_manager: Move non-Program RomFS patch log to Debug
Normal Program-type patches will still be logged to aid in debugging, but for others (mainly Control), it was moved to Debug.
2018-10-12 23:27:19 -04:00
..
bis_factory.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
bis_factory.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
card_image.cpp card_image: Ensure program_nca_status is always initialized 2018-10-02 23:16:05 -04:00
card_image.h
content_archive.cpp content_archive: Move get key log to Trace level 2018-10-12 23:25:59 -04:00
content_archive.h
control_metadata.cpp
control_metadata.h
directory.h
errors.h
fsmitm_romfsbuild.cpp fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 2018-10-04 12:29:20 -04:00
fsmitm_romfsbuild.h fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 2018-10-04 12:29:20 -04:00
ips_layer.cpp Merge pull request #1461 from lioncash/warn 2018-10-09 22:30:01 -04:00
ips_layer.h ips_layer: Add missing includes 2018-10-09 14:10:13 -04:00
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: Move non-Program RomFS patch log to Debug 2018-10-12 23:27:19 -04:00
patch_manager.h patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 2018-10-09 14:38:03 -04:00
program_metadata.cpp process/vm_manager: Amend API to allow reading parameters from NPDM metadata 2018-09-24 17:24:50 -04:00
program_metadata.h process/vm_manager: Amend API to allow reading parameters from NPDM metadata 2018-09-24 17:24:50 -04:00
registered_cache.cpp vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 2018-09-25 20:06:01 -04:00
registered_cache.h qt: Add UI elements for LayeredFS and related tools 2018-09-21 19:53:33 -04:00
romfs_factory.cpp romfs_factory: Extract packed update setter to new function 2018-10-05 08:53:51 -04:00
romfs_factory.h romfs_factory: Extract packed update setter to new function 2018-10-05 08:53:51 -04:00
romfs.cpp fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 2018-10-04 12:29:20 -04:00
romfs.h fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 2018-10-04 12:29:20 -04:00
savedata_factory.cpp kernel/process: Make data member variables private 2018-09-30 02:30:01 -04:00
savedata_factory.h
sdmc_factory.cpp
sdmc_factory.h
submission_package.cpp romfs_factory: Extract packed update setter to new function 2018-10-05 08:53:51 -04:00
submission_package.h submission_package: Ensure the 'extracted' member variable is always initialized 2018-10-03 01:47:34 -04:00
vfs_concat.cpp vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 2018-09-25 20:06:01 -04:00
vfs_concat.h vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 2018-09-25 20:06:01 -04:00
vfs_layered.cpp vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 2018-09-25 20:06:01 -04:00
vfs_layered.h vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 2018-09-25 20:06:01 -04:00
vfs_offset.cpp
vfs_offset.h
vfs_real.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_real.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_static.h vfs/etc: Append std:: to size_t usages 2018-09-25 20:06:21 -04:00
vfs_vector.cpp vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 2018-09-25 20:06:21 -04:00
vfs_vector.h vfs/etc: Append std:: to size_t usages 2018-09-25 20:06:21 -04:00
vfs.cpp vfs/etc: Append std:: to size_t usages 2018-09-25 20:06:21 -04:00
vfs.h vfs/etc: Append std:: to size_t usages 2018-09-25 20:06:21 -04:00
xts_archive.cpp
xts_archive.h