| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-18 | fs: implement OpenDirectoryMode | Liam | |
| 2023-12-16 | Merge pull request #12290 from liamwhite/deferred-path-split | liamwhite | |
| Improve path splitting speed | |||
| 2023-12-09 | fs: don't enumerate hidden savedata size file | Liam | |
| 2023-12-05 | Improve path splitting speed | BreadFish64 | |
| 2023-10-01 | fsp-srv: enable auto save data creation on init | Liam | |
| 2023-09-25 | fsp-srv: add GetFileSystemAttribute | Liam | |
| 2023-09-23 | service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and ↵ | german77 | |
| OpenSaveDataFileSystemBySystemSaveDataId | |||
| 2023-08-24 | filesystem: Return correct error for RenameFile when dest_path already exists | FearlessTobi | |
| Allows Grid Autosport to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/8287. | |||
| 2023-08-15 | fssystem: rework for yuzu style | Liam | |
| 2023-08-15 | vfs: expand support for NCA reading | Liam | |
| 2023-08-08 | fs: return result on null outputs | Liam | |
| 2023-08-08 | general: fix incorrect conversions | Liam | |
| 2023-08-08 | core: remove ResultVal type | Liam | |
| 2023-06-03 | fsp-srv: avoid patching romfs multiple times | Liam | |
| 2023-05-11 | fs: adjust future save path | Liam | |
| 2023-05-11 | fs: stub cache storage and fix params alignment | Liam | |
| 2023-03-01 | service: move hle_ipc from kernel | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
| 2023-02-03 | fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard | ameerj | |
| 2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | |
| This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363. | |||
| 2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵ | liamwhite | |
| ReadBuffer" | |||
| 2022-12-28 | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | |
| 2022-12-25 | fsp_srv: Use ReadBufferSpan | ameerj | |
| 2022-11-23 | service: Make use of buffer element count helpers | Lioncash | |
| 2022-10-08 | fsp_srv: stub GetCacheStorageSize | Liam | |
| 2022-08-23 | core:filesystem: speed up IDirectory service | vonchenplus | |
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2022-04-06 | Merge pull request #8122 from bunnei/improve-thread-usage | bunnei | |
| Improve usage of service host threads | |||
| 2022-04-02 | fix: typos | Andrea Pappacoda | |
| 2022-04-02 | hle: service: filesystem: Create a service thread where appropriate. | bunnei | |
| 2022-01-21 | service/filsystem: Update fsp-srv function table | Lioncash | |
| 2021-11-04 | general: Get the current process program id directly from the system | Morph | |
| This allows us to avoid including KProcess' header file in files that only need to get the current process' program id. | |||
| 2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | |
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-11-02 | general: Remove MakeResult helpers | Morph | |
| This is made obsolete by the presence of implicit constructors. | |||
| 2021-10-07 | service: Reduce header include overhead | Morph | |
| 2021-09-14 | vfs: Partially implement GetFileTimeStampRaw | Morph | |
| Gets rid of homebrew warnings using this func | |||
| 2021-09-12 | FS: Mark recursive CreateDirectory as inaccurate and temporary | Morph | |
| 2021-09-09 | Addressed issues | Chloe | |
| Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
| 2021-09-06 | FS: Recursively create directories for CreateDirectory | Chloe Marcec | |
| Originally we only created the parent directory, this caused issues for creating directories which also contained subdirectories, eg `/Folder1/Folder2` This allows the ultimate mod manager homebrew to at least boot | |||
| 2021-06-28 | filesystem: Open a read-only directory for SDMC mods | Morph | |
| This prevents mod files from being locked due to the read-only share flag in Windows. | |||
| 2021-06-28 | core: Simplify SDMC mod loading | lat9nq | |
| If someone else wants to support other mod formats in the SDMC directory, that can be added later. For now, just allow RomFS modding here and force people to do other types of mods the old way. Addresses review comments. Co-authored-by: LC <mathew1800@gmail.com> | |||
| 2021-06-28 | core: Support LayeredFS mod from SDMC directory | lat9nq | |
| Enables loading a mod directly from `[yuzu data directory]/sdmc/atmosphere/contents/[title_id]`. For use with some homebrew mod managers. | |||
| 2021-06-16 | fsp_srv: Fix filesystem access logging | Morph | |
| This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard. Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled. | |||
| 2021-06-02 | fsp-srv: Replace one last instance of RESULT_SUCCESS | Morph | |
| 2021-06-02 | fspsrv: Implement DisableAutoSaveDataCreation (#6355) | Chloe | |
| - Used by Mii Edit | |||
| 2021-06-02 | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | |
| Transition to PascalCase for result names. | |||
