summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory_romfs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-2/+2
|
* Make OpenDirectory fail if the directory doesn't existarchshift2014-12-071-0/+6
| | | | | | | This is in line with what the hardware itself does. It does this by splitting the initial directory opening into Directory.Open(), which will return false if a stat fails. Then, Archive::OpenDirectory will return nullptr, and archive.cpp will return an error code .
* Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot2014-09-171-0/+37