summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys/content_archive: Detect compressed NCAs (#11047)Gravatar Tobias2023-07-121-1/+38
* vfs_real: use open file size for getting size (#11016)Gravatar liamwhite2023-07-061-1/+2
* fsmitm_romfsbuild: avoid full path lookupsGravatar Liam2023-06-271-21/+17
* vfs_real: lock concurrent accessesGravatar Liam2023-06-232-25/+45
* Merge pull request #10806 from liamwhite/worst-fs-implementation-everGravatar bunnei2023-06-223-24/+42
|\
| * vfs_real: ensure size cache is reset on writeGravatar Liam2023-06-161-0/+2
| * patch_manager: remove unnecessary GetSize callsGravatar Liam2023-06-161-5/+4
| * vfs_real: misc optimizationsGravatar Liam2023-06-162-19/+36
* | vfs_concat: verify short readGravatar Liam2023-06-191-0/+5
* | vfs_concat: fix offset calculation when not aligned to file boundaryGravatar Liam2023-06-181-4/+5
* | nx_tzdb: Correct Antarctica spellingGravatar lat9nq2023-06-151-1/+1
|/
* Merge pull request #10729 from liamwhite/windows-is-a-memeGravatar bunnei2023-06-142-99/+118
|\
| * vfs_real: require file existence on openGravatar Liam2023-06-131-0/+4
| * vfs_real: add simplified open file cacheGravatar Liam2023-06-132-1/+18
| * vfs_real: lazily open filesGravatar Liam2023-06-132-11/+3
| * vfs_real: add file LRU cache for open file limitsGravatar Liam2023-06-132-100/+106
* | Merge pull request #10603 from lat9nq/tz-more-completeGravatar bunnei2023-06-131-642/+64
|\ \ | |/ |/|
| * time_zone_binary: Add zoneinfo dataGravatar lat9nq2023-06-051-642/+64
* | 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