azahar/src/core/file_sys
Rodrigo Iglesias 83eef0012e
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux-x86_64 (appimage) (push) Has been cancelled
citra-build / linux-x86_64 (appimage-wayland) (push) Has been cancelled
citra-build / linux-x86_64 (gcc-nopch) (push) Has been cancelled
citra-build / linux-arm64 (clang) (push) Has been cancelled
citra-build / linux-arm64 (gcc-nopch) (push) Has been cancelled
citra-build / macos (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-libretro / android (push) Has been cancelled
citra-libretro / linux (push) Has been cancelled
citra-libretro / windows (push) Has been cancelled
citra-libretro / macos (arm64) (push) Has been cancelled
citra-libretro / macos (x86_64) (push) Has been cancelled
citra-libretro / ios (push) Has been cancelled
citra-libretro / tvos (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
macOS: normalize SDMC directory filenames (#2080)
* macOS: normalize SDMC directory filenames

* Guard macOS filename normalization behind __APPLE__

* Guard macOS filename normalization test

* Apply clang-format

* Update license headers
2026-05-03 00:21:53 +02:00
..
archive_artic.cpp Artic Base: Fix issue when 0 bytes are read from file (#199) 2024-11-07 14:47:25 +01:00
archive_artic.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_backend.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
archive_backend.h core: fs: Implement NAND archives (#1861) 2026-03-11 15:06:28 +01:00
archive_extsavedata.cpp Various savestate bugfixes 2025-03-12 20:50:51 +01:00
archive_extsavedata.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_nand.cpp core: fs: Implement NAND archives (#1861) 2026-03-11 15:06:28 +01:00
archive_nand.h core: fs: Implement NAND archives (#1861) 2026-03-11 15:06:28 +01:00
archive_ncch.cpp core: Add ability to insert cartridges 2026-01-10 20:51:28 +00:00
archive_ncch.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_other_savedata.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
archive_other_savedata.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_savedata.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
archive_savedata.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_sdmc.cpp core: fs: Implement NAND archives (#1861) 2026-03-11 15:06:28 +01:00
archive_sdmc.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_sdmcwriteonly.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
archive_sdmcwriteonly.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_selfncch.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_selfncch.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_source_sd_savedata.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
archive_source_sd_savedata.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
archive_systemsavedata.cpp Artic Base: Implement DLC support and other fixes (#173) 2024-11-07 14:44:06 +01:00
archive_systemsavedata.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
artic_cache.cpp Artic Base: Fix issue when 0 bytes are read from file (#199) 2024-11-07 14:47:25 +01:00
artic_cache.h Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
certificate.cpp Fix various build issues (#572) 2025-02-27 22:02:33 +00:00
certificate.h Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
cia_container.cpp Add DLP:SRVR + misc bug fixes (#1828) 2026-03-08 15:48:09 +01:00
cia_container.h Z3DS: Add title info and smdh to metadata 2025-07-27 17:13:32 +02:00
delay_generator.cpp Finished archives; remove pod.h 2020-02-13 17:41:26 +08:00
delay_generator.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
directory_backend.h Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
disk_archive.cpp macOS: normalize SDMC directory filenames (#2080) 2026-05-03 00:21:53 +02:00
disk_archive.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00
errors.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
file_backend.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
ivfc_archive.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
ivfc_archive.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
layered_fs.cpp Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00
layered_fs.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
ncch_container.cpp Update File Core and Add HLE DLP Client (#1741) 2026-02-22 17:07:24 +01:00
ncch_container.h core: kernel: Implement thread cpu time limit for core1 (#1934) 2026-03-28 12:20:33 +01:00
otp.cpp Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
otp.h Fix various build issues (#572) 2025-02-27 22:02:33 +00:00
patch.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
patch.h file_sys: Add support for BPS patches 2019-12-22 10:46:47 +01:00
path_parser.cpp Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
path_parser.h file-sys: Make use of std::string_view where applicable 2020-05-01 09:49:36 -04:00
plugin_3gx.cpp core: Move plugin FB address ownership to MemorySystem (#1572) 2026-01-09 10:26:12 +01:00
plugin_3gx.h Match changes to svcMapProcessMemoryEx from latest Luma3DS (#264) 2024-11-07 14:47:32 +01:00
plugin_3gx_bootloader.h Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
romfs_reader.cpp Encrypt downloaded apps with a console unique key 2025-03-01 12:12:52 +00:00
romfs_reader.h Encrypt downloaded apps with a console unique key 2025-03-01 12:12:52 +00:00
savedata_archive.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
savedata_archive.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
secure_value_backend.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
secure_value_backend.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
secure_value_backend_artic.cpp Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
secure_value_backend_artic.h Add Artic Base support (#105) 2024-11-07 14:44:00 +01:00
seed_db.cpp Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
seed_db.h Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
signature.h Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
ticket.cpp Support downloading owned DLCs (#950) 2025-04-23 17:08:48 +02:00
ticket.h Support downloading owned DLCs (#950) 2025-04-23 17:08:48 +02:00
title_metadata.cpp Z3DS: Add title info and smdh to metadata 2025-07-27 17:13:32 +02:00
title_metadata.h Z3DS: Add title info and smdh to metadata 2025-07-27 17:13:32 +02:00