1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/projects/Rockchip/devices/RK322x/patches/kodi/kodi-100.1-gbm-fix-high-cpu-usage.patch
Moretz 698ae89d26 upd
upd
2024-11-08 17:39:59 -03:00

13 lines
493 B
Diff

diff -ruPN xbmc-181070c647425a8730fb7d8f1c349cd750e40021/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp xbmc-new/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp
--- xbmc-181070c647425a8730fb7d8f1c349cd750e40021/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp 2022-07-04 22:02:19.000000000 +0200
+++ xbmc-new/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp 2022-08-18 11:58:07.919650858 +0200
@@ -144,7 +144,7 @@
}
else
{
- KODI::TIME::Sleep(10);
+ KODI::TIME::Sleep(30);
}
}