eden/src/core/file_sys
Maufeat 6045627462
[fs] temporarely disable nca verification (#298)
This adds a passthrough to basically disable nca verification for newer NCAs, this fixes (tested) Pokemon 4.0.0 update and other newer SDK games and updates (as reported on the discord)

This is implemented as toggle that is default enabled, this needs proper implementation in the future.

Co-authored-by: crueter <crueter@eden-emu.dev>
Reviewed-on: eden-emu/eden#298
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: Maufeat <sahyno1996@gmail.com>
Co-committed-by: Maufeat <sahyno1996@gmail.com>
2025-09-04 18:37:05 -04:00
..
fsa Address review comments pt. 2 2024-02-19 19:22:51 +01:00
fssrv Address review comments 2024-02-19 19:20:46 +01:00
fssystem [fs] temporarely disable nca verification (#298) 2025-09-04 18:37:05 -04:00
system_archive Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
vfs Port changes from Early Access 2025-04-04 03:40:46 +02:00
bis_factory.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
bis_factory.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
card_image.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
card_image.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
common_funcs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
content_archive.cpp am: use applet program loading for tested versions 2024-02-10 12:38:19 -05:00
content_archive.h am: use applet program loading for tested versions 2024-02-10 12:38:19 -05:00
control_metadata.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
control_metadata.h Initial 20.x control.nacp patch (#170) 2025-06-10 03:15:58 +00:00
errors.h service: bcat: Address review issues 2024-02-10 00:23:23 -06:00
fs_directory.h scope_exit: Make constexpr 2024-02-19 16:00:46 +01:00
fs_file.h Address review comments and fix compilation problems 2024-01-25 16:43:53 -05:00
fs_filesystem.h Address review comments pt. 2 2024-02-19 19:22:51 +01:00
fs_memory_management.h fs: Add FileSystemAccessor classes 2024-02-19 19:20:40 +01:00
fs_operate_range.h Address review comments and fix compilation problems 2024-01-25 16:43:53 -05:00
fs_path.h fs: Add FileSystemAccessor classes 2024-02-19 19:20:40 +01:00
fs_path_utility.h Address review comments pt. 2 2024-02-19 19:22:51 +01:00
fs_save_data_types.h Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
fs_string_util.h fs: Add FileSystemAccessor classes 2024-02-19 19:20:40 +01:00
fsmitm_romfsbuild.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
fsmitm_romfsbuild.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
ips_layer.cpp [cheats] Check for comments in patch line loop (#156) 2025-07-31 16:55:14 +02:00
ips_layer.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
kernel_executable.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
kernel_executable.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
nca_metadata.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
nca_metadata.h fixing crashes when installing updates 2025-06-15 15:29:52 +03:00
partition_filesystem.cpp Port changes from Early Access 2025-04-04 03:40:46 +02:00
partition_filesystem.h Port changes from Early Access 2025-04-04 03:40:46 +02:00
patch_manager.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
patch_manager.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
program_metadata.cpp [fmt] use {:#X} for format instead of 0x{:X} (#309) 2025-08-31 14:59:42 -04:00
program_metadata.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
registered_cache.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
registered_cache.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
romfs.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
romfs.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
romfs_factory.cpp file_sys: handle null romfs 2023-12-01 23:39:48 -05:00
romfs_factory.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
savedata_factory.cpp fs: Add and use fs_save_data_types.h 2024-02-19 19:06:31 +01:00
savedata_factory.h fs: Add and use fs_save_data_types.h 2024-02-19 19:06:31 +01:00
sdmc_factory.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
sdmc_factory.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05: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 vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
xts_archive.cpp [common, fs] Use std::string_view instead of std::string&; inline functions that are used rarely (#330) 2025-08-27 16:22:46 -04:00
xts_archive.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00