aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-20 21:26:27 -0400
committerGitHub <noreply@github.com>2018-04-20 21:26:27 -0400
commit2e7ce96b1d55df535ab7e16efb711d9bdf82cfd1 (patch)
treeeb3a8d9007462f1864174ea4ffe9e5a80d56c9d5 /src/core/hle/service/service.h
parent1df3a7710e92f7bd79c0779925d00217f2948658 (diff)
parent659a612368c98002037d904d511473d8da8e69e4 (diff)
Merge pull request #371 from lioncash/global
core: Relocate g_service_manager to the System class
Diffstat (limited to 'src/core/hle/service/service.h')
-rw-r--r--src/core/hle/service/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h
index 9c2e826da..fee841d46 100644
--- a/src/core/hle/service/service.h
+++ b/src/core/hle/service/service.h
@@ -178,7 +178,7 @@ private:
};
/// Initialize ServiceManager
-void Init();
+void Init(std::shared_ptr<SM::ServiceManager>& sm);
/// Shutdown ServiceManager
void Shutdown();