aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-10-07 22:20:29 -0400
committerLiam <byteslice@airmail.cc>2022-10-08 12:24:00 -0400
commit5b7c0f13d3a47877912b0c4fe917859f82d92df7 (patch)
treeae6eb6c588ecc390729daca85c448244a30134c1 /src/core/hle/service/filesystem/fsp_srv.h
parent155213484b9a785c93e16a28285999256587691a (diff)
fsp_srv: stub GetCacheStorageSize
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
-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;