Skip to content

Releases: kodi-game/LibreELEC.tv

LibreELEC 13.0-devel

20 Jan 18:46
Compare
Choose a tag to compare
LibreELEC 13.0-devel Pre-release
Pre-release

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()
Screenshot 2025-01-25 at 9 40 43 AM

LibreELEC 9.2 with Kodi 18.5 and RetroPlayer patches

27 Nov 04:30
Compare
Choose a tag to compare

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

28 Oct 04:15
Compare
Choose a tag to compare
Revert "kodi: Fix black screen on GLES"

This reverts commit fe44bc4b1fb02ce10feafddaf76a13f9b70a3ef8.

LibreELEC 9.1-devel with Kodi 18.4 and RetroPlayer patches

01 Sep 23:25
Compare
Choose a tag to compare
Revert "kodi: Fix black screen on GLES"

This reverts commit fe44bc4b1fb02ce10feafddaf76a13f9b70a3ef8.