mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
xbmc-rpi: add patch to speedup the texture cache a bit
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ff4021bf5
commit
6b2e326f0d
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur xbmc-rpi-c767513/xbmc/TextureCache.cpp xbmc-rpi-c767513.patch/xbmc/TextureCache.cpp
|
||||||
|
--- xbmc-rpi-c767513/xbmc/TextureCache.cpp 2012-05-17 13:59:46.000000000 +0200
|
||||||
|
+++ xbmc-rpi-c767513.patch/xbmc/TextureCache.cpp 2012-05-22 18:41:37.116511846 +0200
|
||||||
|
@@ -92,7 +92,7 @@
|
||||||
|
CTextureDetails details;
|
||||||
|
if (GetCachedTexture(url, details))
|
||||||
|
{
|
||||||
|
- IncrementUseCount(details);
|
||||||
|
+// IncrementUseCount(details);
|
||||||
|
return GetCachedPath(details.file);
|
||||||
|
}
|
||||||
|
return "";
|
Loading…
x
Reference in New Issue
Block a user