yuzu/src/core/file_sys
Liam 45b6161582 file_sys: handle null romfs 2023-12-01 23:39:48 -05:00
..
fssystem fssystem: rework for yuzu style 2023-08-15 17:47:40 -04:00
system_archive set: return version info from system archive 2023-10-20 13:29:52 -04:00
bis_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bis_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
card_image.cpp Merge pull request #11309 from liamwhite/full-xci 2023-08-21 16:09:22 -04:00
card_image.h file_sys/card_image: support dumps with prepended key area 2023-08-17 22:03:47 -04:00
common_funcs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
content_archive.cpp vfs: ensure key area keys are validated 2023-08-28 22:22:00 -04:00
content_archive.h vfs: expand support for NCA reading 2023-08-15 17:47:25 -04:00
control_metadata.cpp configure_system: Implement with for loop 2023-07-21 10:56:07 -04:00
control_metadata.h Update Chinese NX language names 2023-06-03 17:23:14 +02:00
directory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
errors.h vfs: expand support for NCA reading 2023-08-15 17:47:25 -04:00
fsmitm_romfsbuild.cpp fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
fsmitm_romfsbuild.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ips_layer.cpp ips_layer: Remove uncaught usage of stoul/ll 2023-09-13 13:36:25 -04:00
ips_layer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
kernel_executable.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
kernel_executable.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
mode.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nca_metadata.cpp qt: add verification for installed contents 2023-09-12 09:20:50 -04:00
nca_metadata.h qt: add verification for installed contents 2023-09-12 09:20:50 -04:00
partition_filesystem.cpp pfs: Fix reading filenames past the buffer end 2023-09-21 05:12:05 +03:00
partition_filesystem.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
patch_manager.cpp file_sys: handle null romfs 2023-12-01 23:39:48 -05:00
patch_manager.h core: improve debug workflow 2023-09-14 16:44:15 -04:00
program_metadata.cpp kernel: update KProcess 2023-10-21 20:03:41 -04:00
program_metadata.h kernel: update KProcess 2023-10-21 20:03:41 -04:00
registered_cache.cpp fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
registered_cache.h qt: add verification for installed contents 2023-09-12 09:20:50 -04:00
romfs.cpp file_sys: handle null romfs 2023-12-01 23:39:48 -05:00
romfs.h romfs: fix extraction of single-directory root 2023-10-31 23:26:51 -04:00
romfs_factory.cpp file_sys: handle null romfs 2023-12-01 23:39:48 -05:00
romfs_factory.h vfs: expand support for NCA reading 2023-08-15 17:47:25 -04:00
savedata_factory.cpp core: remove ResultVal type 2023-08-08 11:09:37 -04:00
savedata_factory.h core: remove ResultVal type 2023-08-08 11:09:37 -04:00
sdmc_factory.cpp core: remove ResultVal type 2023-08-08 11:09:37 -04:00
sdmc_factory.h core: remove ResultVal type 2023-08-08 11:09:37 -04:00
submission_package.cpp core: Add support for loading NSPs with personalized tickets. (#10048) 2023-09-05 21:09:42 +02:00
submission_package.h core: Add support for loading NSPs with personalized tickets. (#10048) 2023-09-05 21:09:42 +02:00
vfs.cpp vfs: Replace cstr concat with char concat 2023-01-01 18:52:02 +00:00
vfs.h ci: fix new codespell errors 2023-10-02 18:03:05 -04:00
vfs_cached.cpp fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
vfs_cached.h fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
vfs_concat.cpp fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
vfs_concat.h fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
vfs_layered.cpp fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers 2023-10-13 14:22:52 -04:00
vfs_layered.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_offset.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_offset.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_real.cpp vfs_real: use open file size for getting size (#11016) 2023-07-06 23:43:53 +02:00
vfs_real.h vfs_real: lock concurrent accesses 2023-06-23 00:57:24 -04:00
vfs_static.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_types.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_vector.cpp romfs: use vfs_cached for romfs output 2023-06-03 08:56:59 -04:00
vfs_vector.h romfs: use vfs_cached for romfs output 2023-06-03 08:56:59 -04:00
xts_archive.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xts_archive.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00