summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fssystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix asan errorsLiam2024-02-271-2/+2
|
* fs: add missing mutex header for member (#13106)liamwhite2024-02-211-0/+1
|
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-2513-15/+15
|
* fssystem: rework for yuzu styleLiam2023-08-1527-323/+327
|
* fssystem: reduce overalignment of unbuffered storage operationsLiam2023-08-155-54/+28
|
* vfs: expand support for NCA readingLiam2023-08-1544-0/+7720