summaryrefslogtreecommitdiff
path: root/src/core/file_sys/directory_sdmc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-171-88/+0
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-1/+1
* Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-071-3/+10
* directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-181-1/+1
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-171-2/+2
* Fix some warningsGravatar Sean2014-10-291-1/+1
* Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-061-24/+19
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+86