diff --git a/include/stratosphere/fs/fs_filesystem.hpp b/include/stratosphere/fs/fs_filesystem.hpp index 86581f3d..e905d374 100644 --- a/include/stratosphere/fs/fs_filesystem.hpp +++ b/include/stratosphere/fs/fs_filesystem.hpp @@ -43,6 +43,7 @@ namespace ams::fs { }; enum CreateOption { + CreateOption_None = 0, CreateOption_BigFile = ::FsCreateOption_BigFile, };