fs: implement AccessLog, enable for File operations
This commit is contained in:
@@ -17,9 +17,15 @@
|
||||
#pragma once
|
||||
#include <stratosphere/sf/sf_common.hpp>
|
||||
|
||||
namespace ams::sf {
|
||||
namespace ams::os {
|
||||
|
||||
u8 GetFsInlineContext();
|
||||
u8 SetFsInlineContext(u8 ctx);
|
||||
struct ThreadType;
|
||||
|
||||
}
|
||||
|
||||
namespace ams::sf {
|
||||
|
||||
u8 GetFsInlineContext(os::ThreadType *thread);
|
||||
u8 SetFsInlineContext(os::ThreadType *thread, u8 ctx);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user