mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
kodi: don't init ADSP system
This commit is contained in:
parent
e9c5d18bc6
commit
c0a4a67a71
@ -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();
|
@ -5,6 +5,7 @@ TODO=$1
|
|||||||
# Drop commits not used
|
# Drop commits not used
|
||||||
DROP_COMMITS="
|
DROP_COMMITS="
|
||||||
UNSTABLE\: This is a placeholder\. Commits after this point are considered experimental\.
|
UNSTABLE\: This is a placeholder\. Commits after this point are considered experimental\.
|
||||||
|
ADSP: Hack - disable
|
||||||
"
|
"
|
||||||
|
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user