summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-10-08 04:20:29 +0200
committerLiam <byteslice@airmail.cc>2022-10-08 18:24:00 +0200
commit5b7c0f13d3a47877912b0c4fe917859f82d92df7 (patch)
treeae6eb6c588ecc390729daca85c448244a30134c1 /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #9016 from liamwhite/drunken-schedule (diff)
downloadyuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.tar
yuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.tar.gz
yuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.tar.bz2
yuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.tar.lz
yuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.tar.xz
yuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.tar.zst
yuzu-5b7c0f13d3a47877912b0c4fe917859f82d92df7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h
index 36f552e05..3d88b97f9 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -54,6 +54,7 @@ private:
void OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx);
void GetProgramIndexForAccessLog(Kernel::HLERequestContext& ctx);
void OpenMultiCommitManager(Kernel::HLERequestContext& ctx);
+ void GetCacheStorageSize(Kernel::HLERequestContext& ctx);
FileSystemController& fsc;
const FileSys::ContentProvider& content_provider;