Merge pull request #5274 from jernejsk/rm_obsolete

kodi: Remove obsolete RPi patch
This commit is contained in:
Matthias Reichl 2021-03-26 21:49:51 +01:00 committed by GitHub
commit 9b3033bb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
--- a/xbmc/XBApplicationEx.cpp
+++ b/xbmc/XBApplicationEx.cpp
@@ -53,6 +53,10 @@ int CXBApplicationEx::Run(const CAppPara
KODI::MESSAGING::CApplicationMessenger::GetInstance().PostMsg(TMSG_PLAYLISTPLAYER_PLAY, -1);
}
+#ifdef TARGET_RASPBERRY_PI
+ system("/sbin/fbset -g 1 1 1 1 32");
+#endif
+
// Run xbmc
while (!m_bStop)
{