summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp/fsp_srv.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-18 16:25:18 +0100
committerGitHub <noreply@github.com>2024-02-18 16:25:18 +0100
commit6d731e1aa184636305a6d993544b50d9e5697f25 (patch)
tree308b2a0c6b8c5d58320b1c8d900e552c8d7aae6b /src/core/hle/service/filesystem/fsp/fsp_srv.h
parentMerge pull request #13065 from t895/cancel-button-fail (diff)
parentservice: Change unique_ptr to make_unique in GetCacheStorageMax (diff)
downloadyuzu-6d731e1aa184636305a6d993544b50d9e5697f25.tar
yuzu-6d731e1aa184636305a6d993544b50d9e5697f25.tar.gz
yuzu-6d731e1aa184636305a6d993544b50d9e5697f25.tar.bz2
yuzu-6d731e1aa184636305a6d993544b50d9e5697f25.tar.lz
yuzu-6d731e1aa184636305a6d993544b50d9e5697f25.tar.xz
yuzu-6d731e1aa184636305a6d993544b50d9e5697f25.tar.zst
yuzu-6d731e1aa184636305a6d993544b50d9e5697f25.zip
Diffstat (limited to 'src/core/hle/service/filesystem/fsp/fsp_srv.h')
-rw-r--r--src/core/hle/service/filesystem/fsp/fsp_srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp/fsp_srv.h b/src/core/hle/service/filesystem/fsp/fsp_srv.h
index 26980af99..59406e6f9 100644
--- a/src/core/hle/service/filesystem/fsp/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp/fsp_srv.h
@@ -58,6 +58,7 @@ private:
void SetGlobalAccessLogMode(HLERequestContext& ctx);
void GetGlobalAccessLogMode(HLERequestContext& ctx);
void OutputAccessLogToSdCard(HLERequestContext& ctx);
+ void FlushAccessLogOnSdCard(HLERequestContext& ctx);
void GetProgramIndexForAccessLog(HLERequestContext& ctx);
void OpenMultiCommitManager(HLERequestContext& ctx);
void GetCacheStorageSize(HLERequestContext& ctx);