summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/filesystem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-122/+0
| | | | | | | | | | * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
|
* file-sys: Move logging macros over to the new fmt-capable onesLioncash2018-04-251-3/+3
|
* file_sys: Cleanup to better match Switch file system constructs.bunnei2018-01-211-0/+122
file_sys: Add factory class for RomFS file system.