summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-07-30 21:39:44 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-07-30 21:39:44 +0200
commit124102009373927d89f717cf3382d611ad97b0ec (patch)
treea82b641d1549fd479da6d7501ae5f50a45e4985c /src/core/hle/service/filesystem/fsp_srv.h
parentfs: Rename SaveDataDescriptor to SaveDataAttribute (diff)
downloadyuzu-124102009373927d89f717cf3382d611ad97b0ec.tar
yuzu-124102009373927d89f717cf3382d611ad97b0ec.tar.gz
yuzu-124102009373927d89f717cf3382d611ad97b0ec.tar.bz2
yuzu-124102009373927d89f717cf3382d611ad97b0ec.tar.lz
yuzu-124102009373927d89f717cf3382d611ad97b0ec.tar.xz
yuzu-124102009373927d89f717cf3382d611ad97b0ec.tar.zst
yuzu-124102009373927d89f717cf3382d611ad97b0ec.zip
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h
index dfb3e395b..4964e874e 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -43,11 +43,13 @@ private:
void OpenSaveDataFileSystem(Kernel::HLERequestContext& ctx);
void OpenReadOnlySaveDataFileSystem(Kernel::HLERequestContext& ctx);
void OpenSaveDataInfoReaderBySaveDataSpaceId(Kernel::HLERequestContext& ctx);
- void SetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
- void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
+ void WriteSaveDataFileSystemExtraDataBySaveDataAttribute(Kernel::HLERequestContext& ctx);
+ void ReadSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute(Kernel::HLERequestContext& ctx);
void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
void OpenDataStorageByDataId(Kernel::HLERequestContext& ctx);
void OpenPatchDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
+ void SetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
+ void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
void OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx);
void GetAccessLogVersionInfo(Kernel::HLERequestContext& ctx);
void OpenMultiCommitManager(Kernel::HLERequestContext& ctx);