From 8e7da732143b5e4192a4475bd6a4c5d473cf1dff Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 9 Feb 2018 23:30:28 -0500 Subject: fsp_srv: Stub MountSdCard. --- src/core/hle/service/filesystem/fsp_srv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/filesystem/fsp_srv.h') 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); -- cgit v1.2.3