mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
neutrino: fix build
Origin commit data
------------------
Commit: eef7c4c867
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Origin message was:
------------------
- neutrino: fix build
This commit is contained in:
@@ -234,8 +234,8 @@ bool CNITouchFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
|||||||
|
|
||||||
g_settings.screen_height = 576;
|
g_settings.screen_height = 576;
|
||||||
g_settings.screen_width = 720;
|
g_settings.screen_width = 720;
|
||||||
g_settings.screen_xres = 100;
|
g_settings.font_scaling_x = 100;
|
||||||
g_settings.screen_yres = 100;
|
g_settings.font_scaling_y = 100;
|
||||||
}
|
}
|
||||||
else if (strstr(filename, "mgcamd") ||
|
else if (strstr(filename, "mgcamd") ||
|
||||||
strstr(filename, "newcs") ||
|
strstr(filename, "newcs") ||
|
||||||
@@ -290,8 +290,8 @@ bool CNITouchFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
|||||||
|
|
||||||
g_settings.screen_height = 720;
|
g_settings.screen_height = 720;
|
||||||
g_settings.screen_width = 1280;
|
g_settings.screen_width = 1280;
|
||||||
g_settings.screen_xres = 112;
|
g_settings.font_scaling_x = 105;
|
||||||
g_settings.screen_yres = 112;
|
g_settings.font_scaling_y = 105;
|
||||||
}
|
}
|
||||||
else if (strstr(filename, "mgcamd") ||
|
else if (strstr(filename, "mgcamd") ||
|
||||||
strstr(filename, "newcs") ||
|
strstr(filename, "newcs") ||
|
||||||
|
@@ -1018,15 +1018,6 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//NI
|
//NI
|
||||||
if (g_settings.version_pseudo < "20160623110000")
|
|
||||||
{
|
|
||||||
if (g_settings.screen_xres == 112)
|
|
||||||
g_settings.screen_xres = 105;
|
|
||||||
|
|
||||||
if (g_settings.screen_yres == 112)
|
|
||||||
g_settings.screen_yres = 105;
|
|
||||||
}
|
|
||||||
//NI
|
|
||||||
if (g_settings.version_pseudo < "20160804110000")
|
if (g_settings.version_pseudo < "20160804110000")
|
||||||
{
|
{
|
||||||
if (g_settings.tmdb_api_key == "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
if (g_settings.tmdb_api_key == "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
|
||||||
|
Reference in New Issue
Block a user