fs: implement AccessLog, enable for File operations

This commit is contained in:
Michael Scire
2020-06-29 23:19:33 -07:00
parent 3fe7700e5c
commit c6a0d88a76
36 changed files with 1930 additions and 362 deletions

View File

@@ -86,6 +86,9 @@ void __appInit(void) {
spl::InitializeForFs();
});
/* Disable auto-abort in fs operations. */
fs::SetEnabledAutoAbort(false);
/* Initialize fssystem library. */
fssystem::InitializeForFileSystemProxy();