diff options
| author | Mai <mathew1800@gmail.com> | 2022-10-08 16:33:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-08 16:33:13 -0400 |
| commit | ec9550ced54fe88432281cdf4e9e6311362846ec (patch) | |
| tree | ae6eb6c588ecc390729daca85c448244a30134c1 /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 155213484b9a785c93e16a28285999256587691a (diff) | |
| parent | 5b7c0f13d3a47877912b0c4fe917859f82d92df7 (diff) | |
Merge pull request #9033 from liamwhite/stub-fsp
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.h | 1 |
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; |
