Releases: kodi-game/LibreELEC.tv
Releases · kodi-game/LibreELEC.tv
LibreELEC 13.0-devel
Includes Kodi patch:
Subject: [WIP] utils: Force a GBM BO to be used
It would be preferable to change the registration order instead.
Also, we will still need a buffer import check for the input stream stuff
as that needs to use DMA heaps.
---
xbmc/utils/BufferObjectFactory.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xbmc/utils/BufferObjectFactory.cpp b/xbmc/utils/BufferObjectFactory.cpp
index 13ada4bac6..5cc884239a 100644
--- a/xbmc/utils/BufferObjectFactory.cpp
+++ b/xbmc/utils/BufferObjectFactory.cpp
@@ -33,7 +33,7 @@ std::unique_ptr<CBufferObject> CBufferObjectFactory::CreateBufferObject(bool nee
void CBufferObjectFactory::RegisterBufferObject(
const std::function<std::unique_ptr<CBufferObject>()>& createFunc)
{
- m_bufferObjects.emplace_front(createFunc);
+ m_bufferObjects.emplace_back(createFunc);
}
void CBufferObjectFactory::ClearBufferObjects()
LibreELEC 9.2 with Kodi 18.5 and RetroPlayer patches
Readme
This is a LibreELEC build based on LibreELEC 9.2 and Kodi 18.5.
It includes the following changes in addition:
- Black screen fix (xbmc/xbmc#16421)
- Added "Get More" link in Game Add-ons (xbmc/xbmc#14647)
- Associate .bin, .cue, .iso, .img, .udf and .zip with games
- Includes all controller profiles
Check for newer releases at: https://github.com/kodi-game/LibreELEC.tv/releases
LibreELEC 9.1-devel with Kodi 18.4 and RetroPlayer patches
Revert "kodi: Fix black screen on GLES" This reverts commit fe44bc4b1fb02ce10feafddaf76a13f9b70a3ef8.
LibreELEC 9.1-devel with Kodi 18.4 and RetroPlayer patches
Revert "kodi: Fix black screen on GLES" This reverts commit fe44bc4b1fb02ce10feafddaf76a13f9b70a3ef8.