diff options
| author | Liam <byteslice@airmail.cc> | 2023-05-11 17:10:45 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-05-11 17:23:28 -0400 |
| commit | 13e4ceb9909fc15310c2e5d08ca008c06c8cbb70 (patch) | |
| tree | 6a0fb07fdbffc2260b593f2b290ff9bdcc97a43b /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 182221b9ffdee68c0f8c3749868918799f5b3d0f (diff) | |
fs: stub cache storage and fix params alignment
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 49f17c7c3..4f3c2f6de 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -42,6 +42,7 @@ private: void OpenSaveDataFileSystem(HLERequestContext& ctx); void OpenReadOnlySaveDataFileSystem(HLERequestContext& ctx); void OpenSaveDataInfoReaderBySaveDataSpaceId(HLERequestContext& ctx); + void OpenSaveDataInfoReaderOnlyCacheStorage(HLERequestContext& ctx); void WriteSaveDataFileSystemExtraDataBySaveDataAttribute(HLERequestContext& ctx); void ReadSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute(HLERequestContext& ctx); void OpenDataStorageByCurrentProcess(HLERequestContext& ctx); |
