diff options
| author | bunnei <bunneidev@gmail.com> | 2018-02-10 01:14:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-10 01:14:40 -0500 |
| commit | b26cdf1fe5e07d161bdb8542744b26c8e50f94c9 (patch) | |
| tree | 6eab1f6c8f726fca18468ad883a2ca3c010898d0 /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 1add3b20c4b2bf1815e6d6ea2b61845282baac25 (diff) | |
| parent | 8e7da732143b5e4192a4475bd6a4c5d473cf1dff (diff) | |
Merge pull request #175 from bunnei/libnx-fixes-2
More fixes for Libnx
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 15be8edc1..56afc4b90 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -23,6 +23,7 @@ private: void TryLoadRomFS(); void Initalize(Kernel::HLERequestContext& ctx); + void MountSdCard(Kernel::HLERequestContext& ctx); void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx); void OpenRomStorage(Kernel::HLERequestContext& ctx); |
