summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-11fs: adjust future save pathLiam
2023-05-07vfs_layered: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam
2023-03-12general: fix spelling mistakesLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-01vfs: Replace cstr concat with char concatMerry
2022-11-22general: fix compile for Apple ClangLiam
2022-10-27Merge pull request #9115 from vonchenplus/game_name_by_languagebunnei
2022-10-24file_sys: Priority display of game titles in the current languageFengChen
2022-10-22general: Resolve -Wunused-lambda-capture and C5233Morph
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-16savedata_factory: Detect future save data pathsMorph
2022-10-06Merge pull request #6142 from lat9nq/prog_meta_ref_bind_addressbunnei
2022-09-03core: ns: Implement pl:s serviceNarr the Reg
2022-08-21core/file_sys: fix alignment of BuildIdLiam
2022-08-19core/file_sys: fix BuildId paddingLiam
2022-08-12ips_layer: Delimit parsed hex value stringMorph
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13general: fix compilation on GCC 12Liam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-07patch_manager: Apply layered exefs patches from 'atmosphere' SD directorytech-ticks
2022-03-27registered_cache: Prevent nullptr dereference when accumulating filesMorph
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-03-19core: Reduce unused includesameerj
2022-02-15Dump patched exefs rather than baseKelebek1
2022-02-13program_metadata: Unpack FileAccessHeader and FileAccessControllat9nq
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2021-11-10program_metadata: Add default ThreadInfo kernel capabilityOatmealDome
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Fix transitive include build errorsameerj
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
2021-10-28file_sys: control_metadata: Add BrazilianPortugueseMorph
2021-10-01Merge pull request #7102 from Morph1984/remove-boxcatbunnei
2021-09-29style: Remove extra space preceding the :: operatorMorph
2021-09-28file_sys: Remove vfs_libzipMorph
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph
2021-09-11file_sys/kernel_executable: Add missing <string> includeMorph
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-07-12content_archive: Remove unnecessary include to <ranges>ReinUsesLisp
2021-06-28patch_manager: Do not apply LayeredFS mods when dumpingMorph
2021-06-28filesystem: Open a read-only directory for SDMC modsMorph