aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-02-19 00:33:48 -0500
committerSubv <subv2112@gmail.com>2018-03-01 19:03:53 -0500
commitcc6e4ae6cf496f787c5277135aaa3e63cb98b780 (patch)
treecf223fd16ae5a410a0b7d63cf818112b9b7c6595 /src/core/hle/service/filesystem/fsp_srv.h
parentd140c8ecf7514e925340cbd3340991c8df0d0c15 (diff)
FS: Implement MountSaveData and some of the IFile interface.
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 56afc4b90..f19b2f2c4 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -24,6 +24,7 @@ private:
void Initalize(Kernel::HLERequestContext& ctx);
void MountSdCard(Kernel::HLERequestContext& ctx);
+ void MountSaveData(Kernel::HLERequestContext& ctx);
void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
void OpenRomStorage(Kernel::HLERequestContext& ctx);