From bd56a44957c8541e8bcb4669651d5bb7d6e85a8e Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 6 Dec 2019 03:00:38 -0800 Subject: [PATCH] ams_mitm: implement automatic backups of biskeys/cal0 --- include/stratosphere/fs/fs_filesystem.hpp | 1 + 1 file changed, 1 insertion(+) 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, };