From be775e66dc2e21b5cdbea7c9d78343b1f0c6e5de Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 2 Jul 2020 14:11:14 -0700 Subject: [PATCH] add version req comment --- nx/include/switch/services/fs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index 71f31697..e2e1d38e 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -367,6 +367,8 @@ Result fsDisableAutoSaveDataCreation(void); Result fsSetGlobalAccessLogMode(u32 mode); Result fsGetGlobalAccessLogMode(u32* out_mode); Result fsOutputAccessLogToSdCard(const char *log, size_t size); + +/// Only available on [7.0.0+]. Result fsGetProgramIndexForAccessLog(u32 *out_program_index, u32 *out_program_count); // Wrapper(s) for fsCreateSaveDataFileSystemBySystemSaveDataId.