diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-02 10:49:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-02 10:49:18 -0400 |
| commit | 325f3e0693ab503b308d28958415de0072b46555 (patch) | |
| tree | 32c024dfc61048316c64796a02a9b927c8edea7a /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 89be49d2f343aa458aa68d8c440bffa44eecf7a1 (diff) | |
| parent | f32e28c7b86ebc0b597ad1a270046c66b097eeb3 (diff) | |
Merge pull request #1213 from DarkLordZach/octopath-fs
filesystem/maxwell_3d: Various changes to boot Project Octopath Traveller
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.h | 2 |
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 f073ac523..2b5c21abb 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -20,9 +20,11 @@ public: private: void Initialize(Kernel::HLERequestContext& ctx); + void OpenFileSystemWithPatch(Kernel::HLERequestContext& ctx); 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); |
