aboutsummaryrefslogtreecommitdiff
path: root/xbmc/ServiceManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/ServiceManager.cpp')
-rw-r--r--xbmc/ServiceManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/ServiceManager.cpp b/xbmc/ServiceManager.cpp
index bb8988737e..7ab9254234 100644
--- a/xbmc/ServiceManager.cpp
+++ b/xbmc/ServiceManager.cpp
@@ -140,7 +140,8 @@ bool CServiceManager::InitStageTwo(const CAppParamParser &params)
m_inputManager->InitializeInputs();
m_peripherals.reset(new PERIPHERALS::CPeripherals(*m_announcementManager,
- *m_inputManager));
+ *m_inputManager,
+ *m_gameControllerManager));
m_gameRenderManager.reset(new RETRO::CGUIGameRenderManager);