mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
drop osemu support
Origin commit data
------------------
Commit: ddad447597
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-19 (Sun, 19 May 2019)
Origin message was:
------------------
- drop osemu support
This commit is contained in:
@@ -1044,7 +1044,7 @@ void CInfoViewerBB::paint_cam_icons()
|
||||
std::ostringstream buf;
|
||||
int emu_pic_startx = g_InfoViewer->ChanInfoX + OFFSET_INNER_MID + (g_settings.infobar_casystem_frame ? FRAME_WIDTH_MIN + OFFSET_INNER_SMALL : 0);
|
||||
int py = g_InfoViewer->BoxEndY + OFFSET_INNER_SMALL;
|
||||
const char *icon_name[] = {"mgcamd","doscam","ncam","oscam","osemu","cccam","newcs","gbox"};
|
||||
const char *icon_name[] = {"mgcamd","doscam","ncam","oscam","cccam","newcs","gbox"};
|
||||
const int icon_space = OFFSET_INNER_SMALL;
|
||||
int icon_sizeH = 0;
|
||||
int icon_sizeW = 0;
|
||||
@@ -1055,7 +1055,7 @@ void CInfoViewerBB::paint_cam_icons()
|
||||
if ( getpidof(icon_name[i]) ) {
|
||||
buf.str("");
|
||||
buf << icon_name[i] << "_green";
|
||||
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "ncam") || strstr(icon_name[i], "oscam") || strstr(icon_name[i], "osemu")) {
|
||||
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "ncam") || strstr(icon_name[i], "oscam")) {
|
||||
if(camCI && useCI && filter_channels) {
|
||||
buf.str("");
|
||||
buf << icon_name[i] << "_yellow";
|
||||
|
Reference in New Issue
Block a user