diff options
| author | bunnei <bunneidev@gmail.com> | 2020-12-15 11:07:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 11:07:03 -0800 |
| commit | 2e1b998d5ed676f7d637916a40118450cf0599a1 (patch) | |
| tree | 77e254b90270dcf28052d79bd6fdddfa9c77783c /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 37bec068c2e3814bf23f1b8c1c6dd00d80191d27 (diff) | |
| parent | e15039372ea63efb37cdaa70833b2d080931ee3c (diff) | |
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
fsp_srv: Implement OpenDataStorageWithProgramIndex
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.h | 1 |
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 472286d6e..8ed933279 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -49,6 +49,7 @@ private: void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx); void OpenDataStorageByDataId(Kernel::HLERequestContext& ctx); void OpenPatchDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx); + void OpenDataStorageWithProgramIndex(Kernel::HLERequestContext& ctx); void SetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx); |
