summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-02-19 06:33:48 +0100
committerSubv <subv2112@gmail.com>2018-03-02 01:03:53 +0100
commitcc6e4ae6cf496f787c5277135aaa3e63cb98b780 (patch)
treecf223fd16ae5a410a0b7d63cf818112b9b7c6595 /src/core/hle/service/filesystem/fsp_srv.h
parentFilesystem: Added a SaveData Factory and associated Disk_FileSystem. (diff)
downloadyuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.tar
yuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.tar.gz
yuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.tar.bz2
yuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.tar.lz
yuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.tar.xz
yuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.tar.zst
yuzu-cc6e4ae6cf496f787c5277135aaa3e63cb98b780.zip
Diffstat (limited to '')
-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);