summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | style: Remove extra space preceding the :: operatorGravatar Morph2021-09-291-1/+1
|/
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-145-0/+46
* file_sys/kernel_executable: Add missing <string> includeGravatar Morph2021-09-111-0/+1
* file_sys: Support load game collection (#6582)Gravatar Feng Chen2021-07-204-46/+57
* content_archive: Remove unnecessary include to <ranges>Gravatar ReinUsesLisp2021-07-121-1/+0
* patch_manager: Do not apply LayeredFS mods when dumpingGravatar Morph2021-06-282-3/+6
* filesystem: Open a read-only directory for SDMC modsGravatar Morph2021-06-282-14/+16
* core: Simplify SDMC mod loadingGravatar lat9nq2021-06-282-20/+8
* core: Support LayeredFS mod from SDMC directoryGravatar lat9nq2021-06-283-2/+37
* General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash2021-06-231-5/+8
* Merge pull request #6493 from Morph1984/fs-nodiscardGravatar bunnei2021-06-221-6/+1
|\
| * vfs_real: Fix Mode to FileAccessMode conversionGravatar Morph2021-06-221-6/+1
* | hle: api_version: Add HLE API version constantsGravatar Morph2021-06-161-33/+15
|/
* general: Remove extraneous includesGravatar Morph2021-06-132-2/+0
* Fix GCC undefined behavior sanitizer.Gravatar Markus Wick2021-06-101-1/+3
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Gravatar Chloe2021-06-022-1/+8