summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-22 05:15:18 +0200
committergerman77 <juangerman-13@hotmail.com>2023-09-24 04:13:36 +0200
commit3983ce9b5ce96091803d9a80a3fc545b1f87815b (patch)
treecbcfbf0aa1f4e44a74d4b8824314ec47c038ca77 /src/core/hle/service/filesystem/fsp_srv.h
parentservice: ns: Implement GetSharedFontInOrderOfPriorityForSystem (diff)
downloadyuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.tar
yuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.tar.gz
yuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.tar.bz2
yuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.tar.lz
yuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.tar.xz
yuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.tar.zst
yuzu-3983ce9b5ce96091803d9a80a3fc545b1f87815b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h
index 4f3c2f6de..280bc9867 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -39,7 +39,9 @@ private:
void OpenFileSystemWithPatch(HLERequestContext& ctx);
void OpenSdCardFileSystem(HLERequestContext& ctx);
void CreateSaveDataFileSystem(HLERequestContext& ctx);
+ void CreateSaveDataFileSystemBySystemSaveDataId(HLERequestContext& ctx);
void OpenSaveDataFileSystem(HLERequestContext& ctx);
+ void OpenSaveDataFileSystemBySystemSaveDataId(HLERequestContext& ctx);
void OpenReadOnlySaveDataFileSystem(HLERequestContext& ctx);
void OpenSaveDataInfoReaderBySaveDataSpaceId(HLERequestContext& ctx);
void OpenSaveDataInfoReaderOnlyCacheStorage(HLERequestContext& ctx);