summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/mode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VFS Regression and Accuracy Fixes (#776)Zach Hilman2018-07-241-0/+6
| | | | | | | | | | | | | | | | * Regression and Mode Fixes * Review Fixes * string_view correction * Add operator& for FileSys::Mode * Return std::string from SanitizePath * Farming Simulator Fix * Use != With mode operator&
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+17
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression