summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
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
2021-06-28core: Simplify SDMC mod loadinglat9nq
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
2021-06-22Merge pull request #6493 from Morph1984/fs-nodiscardbunnei
2021-06-22vfs_real: Fix Mode to FileAccessMode conversionMorph
2021-06-16hle: api_version: Add HLE API version constantsMorph
2021-06-13general: Remove extraneous includesMorph
2021-06-10Fix GCC undefined behavior sanitizer.Markus Wick
2021-06-02fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16Merge pull request #6319 from Morph1984/no-install-basebunnei
2021-05-16main: Prevent installing base titles into NANDMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-02Merge pull request #6269 from lioncash/file-shadowbunnei
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2021-05-01service: filesystem: Return proper error codes for CreateFileMorph
2021-04-24Merge pull request #6230 from Morph1984/default-resource-sizebunnei
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentMorph
2021-04-23program_metadata: Explicitly specify copy/move functionsLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-03-27pctl: Rework how pctl works to be more accurateChloe Marcec
2021-03-16Merge pull request #6070 from Morph1984/sysver-11.0.1bunnei
2021-03-14system_version: Update to 11.0.1Morph
2021-03-14system_archive: Update NgWord archive versionMorph
2021-01-23vfs_real: When moving files or directories, don't assume file opening will su...comex
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2021-01-09file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp
2020-12-18system_archive: Add + and - buttons to the Nintendo Extended OSS fontMorph
2020-12-17system_archive: Update Nintendo Extended OSS fontMorph
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-12Merge pull request #5183 from lioncash/alias2bunnei
2020-12-11Revert "Merge pull request #5176 from Morph1984/fix-createfile"Morph
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-12-09vfs_real: Fix CreateFile for files without a file extensionMorph
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-12-08file_sys: Consolidate common Title ID operationsMorph
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05system_version: Update to 11.0.0Chloe Marcec
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash