yuzu-fork/src/core/file_sys
2023-05-26 16:07:38 -04:00
..
system_archive core: ns: Implement pl:s service 2022-09-03 17:32:12 -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 general: Resolve -Wunused-lambda-capture and C5233 2022-10-22 15:02:04 -04:00
card_image.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -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 general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
content_archive.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
control_metadata.cpp file_sys: Priority display of game titles in the current language 2022-10-24 21:55:25 +08:00
control_metadata.h file_sys: Priority display of game titles in the current language 2022-10-24 21:55:25 +08:00
directory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
errors.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
fsmitm_romfsbuild.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -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 remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 2023-02-14 12:35:39 -05: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 general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nca_metadata.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nca_patch.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
nca_patch.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
partition_filesystem.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
partition_filesystem.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
patch_manager.cpp core/file_sys: fix alignment of BuildId 2022-08-21 12:28:36 -04:00
patch_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
program_metadata.cpp remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 2023-02-14 12:35:39 -05:00
program_metadata.h Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address 2022-10-06 20:42:15 -07:00
registered_cache.cpp remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 2023-02-14 12:35:39 -05:00
registered_cache.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
romfs.cpp vfs_concat: fix time complexity of read 2023-05-26 16:07:38 -04:00
romfs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
romfs_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
romfs_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
savedata_factory.cpp fs: adjust future save path 2023-05-11 17:30:30 -04:00
savedata_factory.h savedata_factory: Detect future save data paths 2022-10-16 23:49:55 -04:00
sdmc_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
sdmc_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
submission_package.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
submission_package.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs.cpp vfs: Replace cstr concat with char concat 2023-01-01 18:52:02 +00:00
vfs.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
vfs_concat.cpp vfs_concat: fix time complexity of read 2023-05-26 16:07:38 -04:00
vfs_concat.h vfs_concat: fix time complexity of read 2023-05-26 16:07:38 -04:00
vfs_layered.cpp vfs_layered: avoid n^2 lookup in layeredfs building 2023-05-07 19:03:41 -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 common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
vfs_real.h general: fix spelling mistakes 2023-03-12 11:33:01 -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 vfs_vector: avoid n^2 lookup in layeredfs building 2023-05-07 16:50:35 -04:00
vfs_vector.h vfs_vector: avoid n^2 lookup in layeredfs building 2023-05-07 16:50:35 -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