summaryrefslogtreecommitdiff
path: root/src/core/file_sys/directory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-251-39/+0
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* file_sys/directory: Make EntryType an enum classGravatar Lioncash2019-11-271-1/+1
* file_sys/directory: Remove unused DirectoryBackend classGravatar Lioncash2019-01-181-23/+0
* file_sys/directory: Amend path buffer size for directory entriesGravatar Lioncash2018-12-021-2/+2
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-1/+1
* fsp_srv: Use std::string_view's copy() function instead of strncpy()Gravatar Lioncash2018-08-081-3/+9
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-1/+5
* FS: Updated the Directory Entry structure to match the Switch.Gravatar Subv2018-03-191-20/+17
* file_sys: Cleanup to better match Switch file system constructs.Gravatar bunnei2018-01-211-0/+58
* Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-161-65/+0
* Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-071-0/+6
* Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-061-2/+2
* FileSys: Add static asserts for the Directory struct, and fix its fields posi...Gravatar Emmanuel Gil Peyrot2014-10-061-2/+8
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+53