kodi: don't init ADSP system

This commit is contained in:
MilhouseVH 2017-02-27 09:44:27 +00:00
parent e9c5d18bc6
commit c0a4a67a71
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
From ad23989222e80d18343cca113c1d8aa3fd3ac199 Mon Sep 17 00:00:00 2001
From: popcornmix <popcornmix@gmail.com>
Date: Tue, 17 Jan 2017 21:05:26 +0000
Subject: [PATCH] ADSP: Hack - disable
---
xbmc/ServiceManager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xbmc/ServiceManager.cpp b/xbmc/ServiceManager.cpp
index 091c9a3..22b1910 100644
--- a/xbmc/ServiceManager.cpp
+++ b/xbmc/ServiceManager.cpp
@@ -87,7 +87,7 @@ bool CServiceManager::Init2()
bool CServiceManager::Init3()
{
- m_ADSPManager->Init();
+ //m_ADSPManager->Init();
m_PVRManager->Init();
m_contextMenuManager->Init();
m_gameServices->Init();

View File

@ -5,6 +5,7 @@ TODO=$1
# Drop commits not used
DROP_COMMITS="
UNSTABLE\: This is a placeholder\. Commits after this point are considered experimental\.
ADSP: Hack - disable
"
IFS=$'\n'