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 4df77aa5d9..bb8988737e 100644
--- a/xbmc/ServiceManager.cpp
+++ b/xbmc/ServiceManager.cpp
@@ -139,7 +139,8 @@ bool CServiceManager::InitStageTwo(const CAppParamParser &params)
m_inputManager.reset(new CInputManager(params));
m_inputManager->InitializeInputs();
- m_peripherals.reset(new PERIPHERALS::CPeripherals(*m_announcementManager));
+ m_peripherals.reset(new PERIPHERALS::CPeripherals(*m_announcementManager,
+ *m_inputManager));
m_gameRenderManager.reset(new RETRO::CGUIGameRenderManager);