summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory_romfs.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift1-0/+4
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 .
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot1-0/+38