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