diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-08-31 23:19:23 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-31 23:19:23 -0400 |
| commit | 7939ea18e8573038ac6f2662e4314465d82ddd7c (patch) | |
| tree | adfaf6693087e015d54abd3bc618a9cd2c7e3c90 /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | c69dc5acf9faf3817337dfd5883fd3ef55a73326 (diff) | |
filesystem: Add OpenFileSystemWithPatch
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 f073ac523..b5842ecdd 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -20,6 +20,7 @@ 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); |
