mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
xbmc:
- remove no more needed patch
This commit is contained in:
parent
599e556d55
commit
9edb06980d
@ -1,13 +0,0 @@
|
||||
diff -Naur xbmc-30973/xbmc/Application.cpp xbmc-30973.patch/xbmc/Application.cpp
|
||||
--- xbmc-30973/xbmc/Application.cpp 2010-06-08 18:41:51.000000000 +0200
|
||||
+++ xbmc-30973.patch/xbmc/Application.cpp 2010-06-09 02:43:00.326087347 +0200
|
||||
@@ -2121,7 +2121,8 @@
|
||||
g_infoManager.GetFPS(), strCores.c_str(), profiling.c_str());
|
||||
#else
|
||||
double dCPU = m_resourceCounter.GetCPUUsage();
|
||||
- info.Format("FreeMem %"PRIu64"/%"PRIu64" Kb, FPS %2.1f, %s. CPU-XBMC %4.2f%%%s", stat.dwAvailPhys/1024, stat.dwTotalPhys/1024,
|
||||
+// info.Format("FreeMem %"PRIu64"/%"PRIu64" Kb, FPS %2.1f, %s. CPU-XBMC %4.2f%%%s", stat.dwAvailPhys/1024, stat.dwTotalPhys/1024,
|
||||
+ info.Format("FreeMem %d/%d Kb, FPS %2.1f, %s. CPU-XBMC %4.2f%%%s", (int)(stat.dwAvailPhys/1024), (int)(stat.dwTotalPhys/1024),
|
||||
g_infoManager.GetFPS(), strCores.c_str(), dCPU, profiling.c_str());
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user