mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
Merge pull request #5274 from jernejsk/rm_obsolete
kodi: Remove obsolete RPi patch
This commit is contained in:
commit
9b3033bb76
@ -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)
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user