summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory_sdmc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make OpenDirectory fail if the directory doesn't existarchshift2014-12-071-3/+10
| | | | | | | 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 .
* directory_sdmc: Fix a signed/unsigned mismatch comparisonLioncash2014-11-181-1/+1
|
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei2014-11-181-2/+2
|
* Fix some warningsSean2014-10-301-1/+1
|
* Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot2014-10-061-24/+19
| | | | Core: Fix the SDMC Directory implementation to make blargSnes work.
* Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot2014-09-171-0/+86