summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: Add update supportGravatar Narr the Reg2023-06-111-0/+1
* Merge pull request #10591 from keve1227/localized-game-iconsGravatar liamwhite2023-06-073-9/+40
|\
| * Fix typoGravatar Kevin Sundqvist Norlén2023-06-031-1/+1
| * Update Chinese NX language namesGravatar Keve12272023-06-032-8/+8
| * Pick game icon based on the configured system languageGravatar Keve12272023-06-031-1/+32
* | romfs: use vfs_cached for romfs outputGravatar Liam2023-06-033-24/+2
* | vfs: add vfs_cached for romfs buildGravatar Liam2023-06-033-2/+97
|/
* vfs_concat: fix time complexity of readGravatar Liam2023-05-263-68/+124
* fs: adjust future save pathGravatar Liam2023-05-111-2/+2
* vfs_layered: avoid n^2 lookup in layeredfs buildingGravatar Liam2023-05-071-3/+6
* vfs_vector: avoid n^2 lookup in layeredfs buildingGravatar Liam2023-05-072-0/+23
* general: fix spelling mistakesGravatar Liam2023-03-124-11/+11
* Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-151-1/+1
|\
| * general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* | remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-143-6/+6
* | add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-143-6/+6
|/
* vfs: Replace cstr concat with char concatGravatar Merry2023-01-011-3/+3
* general: fix compile for Apple ClangGravatar Liam2022-11-221-0/+1
* Merge pull request #9115 from vonchenplus/game_name_by_languageGravatar bunnei2022-10-272-12/+37
|\
| * file_sys: Priority display of game titles in the current languageGravatar FengChen2022-10-242-12/+37
* | general: Resolve -Wunused-lambda-capture and C5233Gravatar Morph2022-10-221-2/+2
* | general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-221-1/+1
|/
* savedata_factory: Detect future save data pathsGravatar Morph2022-10-162-9/+53
* Merge pull request #6142 from lat9nq/prog_meta_ref_bind_addressGravatar bunnei2022-10-062-15/+51
|\
| * program_metadata: Unpack FileAccessHeader and FileAccessControlGravatar lat9nq2022-02-132-15/+51
* | core: ns: Implement pl:s serviceGravatar Narr the Reg2022-09-031-1/+1
* | core/file_sys: fix alignment of BuildIdGravatar Liam2022-08-212-3/+3
* | core/file_sys: fix BuildId paddingGravatar Liam2022-08-192-11/+7
* | ips_layer: Delimit parsed hex value stringGravatar Morph2022-08-121-1/+2
* | chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* | core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-9/+9
* | general: fix compilation on GCC 12Gravatar Liam2022-06-131-1/+1
* | common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-133-3/+3
* | general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2379-277/+158
* | patch_manager: Apply layered exefs patches from 'atmosphere' SD directoryGravatar tech-ticks2022-04-071-25/+38
* | registered_cache: Prevent nullptr dereference when accumulating filesGravatar Morph2022-03-271-2/+4
* | general: Fix clang/gcc build errorsGravatar ameerj2022-03-201-0/+4
* | common: Reduce unused includesGravatar ameerj2022-03-191-0/+2
* | core: Reduce unused includesGravatar ameerj2022-03-192-2/+0
* | Dump patched exefs rather than baseGravatar Kelebek12022-02-151-9/+9
|/
* general: Replace NonCopyable struct with equivalentsGravatar Lioncash2022-02-021-3/+15
* program_metadata: Add default ThreadInfo kernel capabilityGravatar OatmealDome2021-11-101-1/+4
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* core: Fix transitive include build errorsGravatar ameerj2021-11-031-0/+2
* core: Remove unused includesGravatar ameerj2021-11-0312-12/+0
* general: Remove MakeResult helpersGravatar Morph2021-11-023-9/+7
* file_sys: control_metadata: Add BrazilianPortugueseGravatar Morph2021-10-282-2/+4
* Merge pull request #7102 from Morph1984/remove-boxcatGravatar bunnei2021-10-012-101/+0
|\
| * file_sys: Remove vfs_libzipGravatar Morph2021-09-282-101/+0