summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/mode.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-03file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeLioncash1-5/+4
Same behavior, minus a hand-rolled operator.
2018-07-24VFS Regression and Accuracy Fixes (#776)Zach Hilman1-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&
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+17
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression