summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory_backend.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FileSys: remove Open from DirectoryBackendwwylele2016-11-191-6/+0
| | | | Open should not be an interface exposed by Directory because it is the Archive thats implement the methed to open the directory. The service API of 3DS also implies this - Open is not a function of directory service, but is of FS main service
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-4/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-9/+12
|
* Clean-up includesYuri Kunde Schlesner2015-05-071-2/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-0/+65