summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-09-01 05:19:49 +0200
committerZach Hilman <zachhilman@gmail.com>2018-09-01 05:19:49 +0200
commit19d0951ae61d2a0a7829da3567caf446308a359a (patch)
tree63c1fc79130a9ae66639513b4625579a4d061cb0 /src/core/hle/service/filesystem/fsp_srv.h
parentfilesystem: Add OpenFileSystemWithPatch (diff)
downloadyuzu-19d0951ae61d2a0a7829da3567caf446308a359a.tar
yuzu-19d0951ae61d2a0a7829da3567caf446308a359a.tar.gz
yuzu-19d0951ae61d2a0a7829da3567caf446308a359a.tar.bz2
yuzu-19d0951ae61d2a0a7829da3567caf446308a359a.tar.lz
yuzu-19d0951ae61d2a0a7829da3567caf446308a359a.tar.xz
yuzu-19d0951ae61d2a0a7829da3567caf446308a359a.tar.zst
yuzu-19d0951ae61d2a0a7829da3567caf446308a359a.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 b5842ecdd..2b5c21abb 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 MountSdCard(Kernel::HLERequestContext& ctx);
void CreateSaveData(Kernel::HLERequestContext& ctx);
void MountSaveData(Kernel::HLERequestContext& ctx);
+ void OpenReadOnlySaveDataFileSystem(Kernel::HLERequestContext& ctx);
void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
void OpenDataStorageByDataId(Kernel::HLERequestContext& ctx);