summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/mode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeLioncash2020-08-031-5/+4
| | | | Same behavior, minus a hand-rolled operator.
* 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