summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-10-28 19:58:09 +0100
committerZach Hilman <zachhilman@gmail.com>2018-10-29 18:54:39 +0100
commit2e8177f0c93768e1d1a7d6a830e9c68111c2afd6 (patch)
tree6821f78defeab63dec1093d55d46b17cbfa69bce /src/core/hle/service/filesystem/fsp_srv.h
parentsavedata_factory: Expose accessors for SaveDataSpace (diff)
downloadyuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.tar
yuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.tar.gz
yuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.tar.bz2
yuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.tar.lz
yuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.tar.xz
yuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.tar.zst
yuzu-2e8177f0c93768e1d1a7d6a830e9c68111c2afd6.zip
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 4aa0358cb..e7abec0a3 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -25,6 +25,7 @@ private:
void CreateSaveData(Kernel::HLERequestContext& ctx);
void MountSaveData(Kernel::HLERequestContext& ctx);
void OpenReadOnlySaveDataFileSystem(Kernel::HLERequestContext& ctx);
+ void OpenSaveDataInfoReaderBySaveDataSpaceId(Kernel::HLERequestContext& ctx);
void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
void OpenDataStorageByDataId(Kernel::HLERequestContext& ctx);